]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/keyboard.c
Minor Tweaks and Documentation
[qmk_firmware.git] / tmk_core / common / keyboard.c
index e668084858e1ab25c373c5a672e5135cef4b0414..302b3ec87c918a49ec62759ede5ed8b3e5d44b9a 100644 (file)
@@ -92,7 +92,7 @@ void keyboard_init(void)
     backlight_init();
 #endif
 
-#ifdef FORCE_NKRO
+#if defined(NKRO_ENABLE) && defined(FORCE_NKRO)
        keyboard_nkro = true;
 #endif