Rename RGB and HSV structs (#24471)
This commit is contained in:
parent
a10e7cc858
commit
6129af93f4
59 changed files with 122 additions and 117 deletions
|
@ -362,7 +362,7 @@ uint8_t rgblight_get_hue(void);
|
|||
uint8_t rgblight_get_sat(void);
|
||||
uint8_t rgblight_get_val(void);
|
||||
bool rgblight_is_enabled(void);
|
||||
HSV rgblight_get_hsv(void);
|
||||
hsv_t rgblight_get_hsv(void);
|
||||
|
||||
/* === qmk_firmware (core)internal Functions === */
|
||||
void rgblight_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue