diff --git a/keyboard/alps64/Makefile b/keyboard/alps64/Makefile index d9968f7c..596cbd1a 100644 --- a/keyboard/alps64/Makefile +++ b/keyboard/alps64/Makefile @@ -73,7 +73,7 @@ EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) CONSOLE_ENABLE ?= yes # Console for debug(+400) COMMAND_ENABLE ?= yes # Commands for debug and configuration #SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend -#NKRO_ENABLE ?= yes # USB Nkey Rollover +NKRO_ENABLE ?= yes # USB Nkey Rollover #ACTIONMAP_ENABLE ?= yes # Use 16bit action codes in keymap instead of 8bit keycodes diff --git a/keyboard/alps64/matrix.c b/keyboard/alps64/matrix.c index 1082773f..d18b38be 100644 --- a/keyboard/alps64/matrix.c +++ b/keyboard/alps64/matrix.c @@ -62,7 +62,7 @@ void matrix_init(void) } //debug - debug_matrix = true; + debug_matrix = false; LED_ON(); _delay_ms(500); LED_OFF();