mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-07-25 03:03:36 -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()) {
|
if (!eeconfig_is_enabled()) {
|
||||||
eeconfig_init();
|
eeconfig_init();
|
||||||
}
|
}
|
||||||
keymap_config.raw = eeconfig_read_keymap();
|
eeconfig_read_keymap(&keymap_config);
|
||||||
keymap_config.nkro = 1;
|
keymap_config.nkro = 1;
|
||||||
eeconfig_update_keymap(keymap_config.raw);
|
eeconfig_update_keymap(&keymap_config);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue