qmk_firmware/drivers
Ryan 208ebf54a9
WS2812 API rework (#24364)
* Begin WS2812 API rework

* Move RGBW conversion, clean up color.h, fix RGBW for AVR bitbang

* Formatting & update PS2AVRGB I2C driver (untested)

* Tested ARM bitbang RGB+RGBW

* Tested ARM SPI RGB - RGBW not working

* Tested ARM PWM RGB+RGBW

* Tested RP2040 PIO driver RGB+RGBW

* Update RGBLight

* Formatting

* Fix BM60HSRGB rev2

* Fix oddforge/vea

* Fix 1k and XD002 RGBLite

* Fix model_m/mschwingen

* Fix handwired/promethium

* Rename `WS2812_LED_TOTAL` for BM60HSRGB

* Fix work_louder boards

* Fix dawn60

* Fix rgbkb/pan

* Fix neson_design/700e and n6

* Fix ergodox_ez/shine

* ergodox_ez/shine: invert indices for left half

* Fix matrix/abelx

* Fix matrix/m20add

* Remove custom rgblight driver for matrix/noah - should be done with lighting layers

* Fix LED indexes for RGBLight split

* Rename `convert_rgb_to_rgbw()` to `ws2812_rgb_to_rgbw()`

* Update WS2812 API docs

* `ergodox_ez/shine`: simplify LED index calculation

* LED/RGB Matrix: Add weak function for LED index resolution

* Bandaid fix for RGB Matrix splits not using WS2812

* `steelseries/prime_plus`: redo custom RGBLight driver

* Update keyboards/steelseries/prime_plus/rgblight_custom.c

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>

---------

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2024-10-06 21:01:07 +13:00
..
backlight Relocate backlight drivers (#21444) 2023-07-08 23:13:10 +10:00
bluetooth Update GPIO macro usages in core (#23093) 2024-02-18 17:08:27 +11:00
eeprom EEPROM: Don't erase if we don't have to. Adding eeprom_driver_format abstraction. (#18332) 2024-05-28 12:49:55 +01:00
encoder Rename encoder pins defines (#24003) 2024-07-03 17:18:27 +10:00
flash SPI flash API cleanup, add async erase capability. (#23894) 2024-07-02 10:16:41 +10:00
gpio Update GPIO expander API naming (#23375) 2024-03-29 16:57:21 +00:00
haptic Update GPIO macro usages in core (#23093) 2024-02-18 17:08:27 +11:00
lcd input_club/ergodox_infinity ST7565 call spi_stop (#24429) 2024-09-26 11:43:39 -07:00
led APA102: API rework (#23355) 2024-06-13 22:19:45 +10:00
oled Update GPIO macro usages in core (#23093) 2024-02-18 17:08:27 +11:00
painter Add LD7032 support to QP. (#20828) 2024-09-18 21:44:33 +10:00
ps2 Fix PS/2 Trackpoint mouse clicks (#22265) (#23694) 2024-05-21 00:36:48 +01:00
sensors Remove binary blobs from optical sensors. (#24428) 2024-10-06 20:41:55 +13:00
wear_leveling SPI flash API cleanup, add async erase capability. (#23894) 2024-07-02 10:16:41 +10:00
serial.h [Core] Split ChibiOS usart split driver in protocol and hardware driver part (#16669) 2022-06-18 08:04:17 +10:00
usb2422.c Update GPIO macro usages in core (#23093) 2024-02-18 17:08:27 +11:00
usb2422.h Initial USB2422 driver (#14835) 2021-10-22 00:49:58 +01:00
usbpd.h Add support for analog USBPD on STM32G4xx. (#11824) 2021-02-15 08:56:13 +11:00
ws2812.c WS2812 API rework (#24364) 2024-10-06 21:01:07 +13:00
ws2812.h WS2812 API rework (#24364) 2024-10-06 21:01:07 +13:00