qmk-dactyl-manuform-a/drivers/chibios
Josh Hinnebusch c59f87a5d7
add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184)
* add define for WS2812B-2020 to fix RGB issues

* update driver doc

* add WS2812_BYTE_ORDER definition to correct RGB byte issues

* add definition variable thing

* update per PR request

* update per PR reqs

* update per PR request

* inital changes

* move defines to color.h and add rgbw incase

* Update docs/ws2812_driver.md

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: hineybush <hineybushkeyboards@gmail.com>
Co-authored-by: Xelus22 <preyas22@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-06 17:15:48 +11:00
..
analog.c Initial arm->chibios pass - simplify some platform logic (#8450) 2020-03-21 16:20:04 +11:00
analog.h Initial arm->chibios pass - simplify some platform logic (#8450) 2020-03-21 16:20:04 +11:00
i2c_master.c 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
i2c_master.h Enable OLED support for Teensy 3.2/LC (#7591) 2020-07-26 07:50:56 +10:00
serial.c Initial arm serial partially based on old lets split code 2020-05-21 18:04:30 +01:00
serial.h ARM split - Add uart half duplex transport support (#7987) 2020-05-21 18:00:21 +01:00
serial_usart.c ARM split - Add uart half duplex transport support (#7987) 2020-05-21 18:00:21 +01:00
spi_master.c 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
spi_master.h Add SPI master for ChibiOS/ARM. (#8779) 2020-04-29 14:01:20 +10:00
ws2812.c add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184) 2020-12-06 17:15:48 +11:00
ws2812_pwm.c add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184) 2020-12-06 17:15:48 +11:00
ws2812_spi.c add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184) 2020-12-06 17:15:48 +11:00