From 882059c018a15e1dc64821d51015be8410bfbad5 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 16 Mar 2016 16:17:33 +0900 Subject: [PATCH] alps64: Use keymap as default instead of actionmap --- keyboard/alps64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboard/alps64/Makefile b/keyboard/alps64/Makefile index 6eadd4f1..c82c126b 100644 --- a/keyboard/alps64/Makefile +++ b/keyboard/alps64/Makefile @@ -113,7 +113,7 @@ 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 - not yet supported in LUFA -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 ifdef ACTIONMAP_ENABLE -- 2.39.3