Update functions used to write to EEPROM
This commit is contained in:
parent
9828aba2a1
commit
620ac4b260
14 changed files with 52 additions and 52 deletions
|
@ -245,7 +245,7 @@ static action_t keycode_to_action(uint16_t keycode)
|
|||
keymap_config.swap_lalt_lgui = 0;
|
||||
keymap_config.swap_ralt_rgui = 0;
|
||||
}
|
||||
eeconfig_write_keymap(keymap_config.raw);
|
||||
eeconfig_update_keymap(keymap_config.raw);
|
||||
break;
|
||||
case 0x5100 ... 0x5FFF: ;
|
||||
// Layer movement shortcuts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue