Deprecate usb.force_nkro/FORCE_NKRO (#25262)

This commit is contained in:
Joel Challis 2025-05-14 13:02:43 +01:00 committed by GitHub
parent e553cf7214
commit 05ff5443b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 36 additions and 9 deletions

View file

@ -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