Fix FORCE_NKRO handling (#7601)
This commit is contained in:
parent
071eb2478f
commit
efb21c00ce
2 changed files with 135 additions and 132 deletions
|
@ -254,6 +254,7 @@ void keyboard_init(void) {
|
|||
#endif
|
||||
#if defined(NKRO_ENABLE) && defined(FORCE_NKRO)
|
||||
keymap_config.nkro = 1;
|
||||
eeconfig_update_keymap(keymap_config.raw);
|
||||
#endif
|
||||
keyboard_post_init_kb(); /* Always keep this last */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue