Minor Tweaks and Documentation
Fixed compiler warning by including bootloader.h in keymap_common.c. Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined. Added extra documentation to the template config.h
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user