alps64: Enable NKRO

This commit is contained in:
tmk 2023-11-27 02:32:59 +09:00
parent 856f5b3f88
commit a30cafbca1
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450)
CONSOLE_ENABLE ?= yes # Console for debug(+400) CONSOLE_ENABLE ?= yes # Console for debug(+400)
COMMAND_ENABLE ?= yes # Commands for debug and configuration COMMAND_ENABLE ?= yes # Commands for debug and configuration
#SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend #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 #ACTIONMAP_ENABLE ?= yes # Use 16bit action codes in keymap instead of 8bit keycodes

View file

@ -62,7 +62,7 @@ void matrix_init(void)
} }
//debug //debug
debug_matrix = true; debug_matrix = false;
LED_ON(); LED_ON();
_delay_ms(500); _delay_ms(500);
LED_OFF(); LED_OFF();