Browse Source

Change user EEPROM defaults

pull/4270/head
Drashna Jaelre 5 years ago
committed by MechMerlin
parent
commit
6ed925103f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      users/drashna/drashna.c

+ 1
- 0
users/drashna/drashna.c 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);
}


Loading…
Cancel
Save