Deprecate usb.force_nkro
/FORCE_NKRO
(#25262)
This commit is contained in:
parent
e553cf7214
commit
05ff5443b1
7 changed files with 36 additions and 9 deletions
|
@ -509,6 +509,7 @@ void keyboard_init(void) {
|
|||
steno_init();
|
||||
#endif
|
||||
#if defined(NKRO_ENABLE) && defined(FORCE_NKRO)
|
||||
# pragma message "FORCE_NKRO option is now deprecated - Please migrate to NKRO_DEFAULT_ON instead."
|
||||
keymap_config.nkro = 1;
|
||||
eeconfig_update_keymap(&keymap_config);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue