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
|
@ -88,7 +88,7 @@
|
|||
# define LED_HITS_TO_REMEMBER 10
|
||||
|
||||
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 50
|
||||
# define RGB_MATRIX_STARTUP_SPD 127
|
||||
# define RGB_MATRIX_DEFAULT_SPD 127
|
||||
// the above brighness setting has no effect on rgb_matrix_set_color().
|
||||
// Use darker colors instead.
|
||||
/* RGB darker COLORS */
|
||||
|
|
|
@ -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