forked from mirror/qmk_firmware
Rename RGB/HSV structs: keyboard-level code (#24476)
This commit is contained in:
@@ -302,7 +302,7 @@ static uint16_t scancode = 0;
|
||||
static uint8_t alarm_cnt = 0;
|
||||
static uint8_t RGB_HSV_level;
|
||||
|
||||
HSV hsv;
|
||||
hsv_t hsv;
|
||||
|
||||
void led_test(uint8_t color);
|
||||
void clear_eeprom(void);
|
||||
|
||||
Reference in New Issue
Block a user