1
0
Fork 0

Change user EEPROM defaults

This commit is contained in:
Drashna Jaelre 2018-10-23 09:00:41 -07:00 committed by MechMerlin
parent 76b5ac621d
commit 6ed925103f
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ void led_set_user(uint8_t usb_led) {
void eeconfig_init_user(void) {
userspace_config.raw = 0;
userspace_config.rgb_layer_change = true;
eeconfig_update_user(userspace_config.raw);
}