qmk_settings_reset: enable oneshot by default for magic
This commit is contained in:
@ -190,6 +190,7 @@ void qmk_settings_reset(void) {
|
|||||||
/* must call clear_keyboard for the NKRO setting to not cause stuck keys */
|
/* must call clear_keyboard for the NKRO setting to not cause stuck keys */
|
||||||
clear_keyboard();
|
clear_keyboard();
|
||||||
keymap_config.raw = 0;
|
keymap_config.raw = 0;
|
||||||
|
keymap_config.oneshot_enable = 1;
|
||||||
eeconfig_update_keymap(keymap_config.raw);
|
eeconfig_update_keymap(keymap_config.raw);
|
||||||
|
|
||||||
/* to trigger all callbacks */
|
/* to trigger all callbacks */
|
||||||
|
Reference in New Issue
Block a user