Make RGB init write to eeprom once
parent
2abb29402a
commit
3d15038dd4
|
@ -273,7 +273,7 @@ void matrix_init_rgb(void) {
|
|||
default:
|
||||
rgblight_sethsv_noeeprom_cyan(); break;
|
||||
}
|
||||
rgblight_mode_noeeprom(1);
|
||||
rgblight_mode(RGBLIGHT_MODE_STATIC_LIGHT);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue