Change RGB_MATRIX_STARTUP_* defines to RGB_MATRIX_DEFAULT_* (#19079)
This commit is contained in:
parent
ad7b095da6
commit
e12ca14af8
196 changed files with 373 additions and 377 deletions
|
|
@ -178,7 +178,7 @@ void eeconfig_init_user(void) { // EEPROM is getting reset!
|
|||
my_init();
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
rgb_matrix_enable();
|
||||
rgb_matrix_set_speed(RGB_MATRIX_STARTUP_SPD);
|
||||
rgb_matrix_set_speed(RGB_MATRIX_DEFAULT_SPD);
|
||||
rgb_matrix_sethsv(HSV_BLUE);
|
||||
|
||||
rgb_matrix_mode(RGB_MATRIX_SOLID_REACTIVE);
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ void eeconfig_init_user(void) { // EEPROM is getting reset!
|
|||
my_init();
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
rgb_matrix_enable();
|
||||
rgb_matrix_set_speed(RGB_MATRIX_STARTUP_SPD);
|
||||
rgb_matrix_set_speed(RGB_MATRIX_DEFAULT_SPD);
|
||||
rgb_matrix_sethsv(HSV_BLUE);
|
||||
|
||||
rgb_matrix_mode(RGB_MATRIX_SOLID_REACTIVE);
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ void eeconfig_init_user(void) { // EEPROM is getting reset!
|
|||
my_init();
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
rgb_matrix_enable();
|
||||
rgb_matrix_set_speed(RGB_MATRIX_STARTUP_SPD);
|
||||
rgb_matrix_set_speed(RGB_MATRIX_DEFAULT_SPD);
|
||||
rgb_matrix_sethsv(HSV_BLUE);
|
||||
|
||||
rgb_matrix_mode(RGB_MATRIX_SOLID_REACTIVE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue