Change DRIVER_LED_COUNT
to {LED,RGB}_MATRIX_LED_COUNT
(#18399)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "quantum.h"
|
||||
#include "rgb_matrix.h"
|
||||
|
||||
extern const uint8_t led_map[DRIVER_LED_TOTAL];
|
||||
extern const uint8_t led_map[RGB_MATRIX_LED_COUNT];
|
||||
|
||||
void set_all_leds_to(uint8_t r, uint8_t g, uint8_t b);
|
||||
void set_led_to(int led, uint8_t r, uint8_t g, uint8_t b);
|
||||
|
Reference in New Issue
Block a user