Clean up RGB LED type (#21859)
This commit is contained in:
@@ -20,7 +20,7 @@ extern rgblight_config_t rgblight_config;
|
||||
#if RGBLED_NUM < 7
|
||||
#error "MUST set the RGBLED_NUM bigger than 7"
|
||||
#endif
|
||||
LED_TYPE noah_leds[RGBLED_NUM];
|
||||
rgb_led_t noah_leds[RGBLED_NUM];
|
||||
static bool noah_led_mode = false;
|
||||
void rgblight_set(void) {
|
||||
memset(&noah_leds[0], 0, sizeof(noah_leds));
|
||||
|
||||
Reference in New Issue
Block a user