Clean up RGB LED type (#21859)
This commit is contained in:
parent
1e3095f9cc
commit
41bd4e35a0
63 changed files with 222 additions and 243 deletions
|
@ -426,8 +426,8 @@ const rgb_matrix_driver_t rgb_matrix_driver = {
|
|||
# endif
|
||||
|
||||
// LED color buffer
|
||||
LED_TYPE rgb_matrix_ws2812_array[RGB_MATRIX_LED_COUNT];
|
||||
bool ws2812_dirty = false;
|
||||
rgb_led_t rgb_matrix_ws2812_array[RGB_MATRIX_LED_COUNT];
|
||||
bool ws2812_dirty = false;
|
||||
|
||||
static void init(void) {
|
||||
ws2812_dirty = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue