Rename RGB/HSV structs: keyboard-level code (#24476)
This commit is contained in:
parent
5478051d74
commit
9884e4982b
43 changed files with 215 additions and 215 deletions
|
@ -27,7 +27,7 @@ const encodermap_t touch_encoder_map[NUMBER_OF_TOUCH_ENCODERS][TOUCH_ENCODER_OPT
|
|||
|
||||
static bool limit_lightning = true;
|
||||
|
||||
RGB rgb_matrix_hsv_to_rgb(HSV hsv) {
|
||||
RGB rgb_matrix_hsv_to_rgb(hsv_t hsv) {
|
||||
if (limit_lightning) hsv.v /= 2;
|
||||
return hsv_to_rgb(hsv);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue