Add missing rgb matrix default parameters (#22281)
This commit is contained in:
parent
ca7b2d63a7
commit
734c7afa7d
6 changed files with 13 additions and 3 deletions
|
@ -100,7 +100,7 @@ void eeconfig_update_rgb_matrix_default(void) {
|
|||
rgb_matrix_config.mode = RGB_MATRIX_DEFAULT_MODE;
|
||||
rgb_matrix_config.hsv = (HSV){RGB_MATRIX_DEFAULT_HUE, RGB_MATRIX_DEFAULT_SAT, RGB_MATRIX_DEFAULT_VAL};
|
||||
rgb_matrix_config.speed = RGB_MATRIX_DEFAULT_SPD;
|
||||
rgb_matrix_config.flags = LED_FLAG_ALL;
|
||||
rgb_matrix_config.flags = RGB_MATRIX_DEFAULT_FLAGS;
|
||||
eeconfig_flush_rgb_matrix(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue