Magic Key Overrides / Keyboard Lock / Forced NKRO
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default)
This commit is contained in:
@ -70,6 +70,7 @@ void keyboard_setup(void)
|
||||
|
||||
void keyboard_init(void)
|
||||
{
|
||||
|
||||
timer_init();
|
||||
matrix_init();
|
||||
#ifdef PS2_MOUSE_ENABLE
|
||||
@ -90,6 +91,11 @@ void keyboard_init(void)
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
backlight_init();
|
||||
#endif
|
||||
|
||||
#ifdef FORCE_NKRO
|
||||
keyboard_nkro = true;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user