From a30cafbca1027b13cf696f9f55f5a8133c0d9b9f Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 27 Nov 2023 02:32:59 +0900 Subject: [PATCH] alps64: Enable NKRO --- keyboard/alps64/Makefile | 2 +- keyboard/alps64/matrix.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();