mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Removed WS2812 Driver's WS2812_BYTE_ORDER_RGB because it was not displaying the correct color when used with Protokeeb's WS2812B-2020 LEDs. Now defaults to WS2812_BYTE_ORDER_GRB
This commit is contained in:
parent
cb54da6861
commit
c81487cd56
@ -23,9 +23,6 @@
|
||||
#define ENCODER_BUTTON_ROW 0
|
||||
#define ENCODER_BUTTON_COL 4
|
||||
|
||||
/* ARGB LED Byte order */
|
||||
#define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB
|
||||
|
||||
/* Peripheral used */
|
||||
#define WS2812_PIO_USE_PIO1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user