mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-07-23 18:23:37 -04:00
planck default fix
This commit is contained in:
parent
eba03b3d5b
commit
0263eeac23
1 changed files with 2 additions and 2 deletions
|
|
@ -255,9 +255,9 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
if (!eeconfig_is_enabled()) {
|
||||
eeconfig_init();
|
||||
}
|
||||
keymap_config.raw = eeconfig_read_keymap();
|
||||
eeconfig_read_keymap(&keymap_config);
|
||||
keymap_config.nkro = 1;
|
||||
eeconfig_update_keymap(keymap_config.raw);
|
||||
eeconfig_update_keymap(&keymap_config);
|
||||
}
|
||||
return false;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue