mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Make RGB init write to eeprom once
This commit is contained in:
parent
2abb29402a
commit
3d15038dd4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue