From 09e80fecc6378e1b4ba80ab352ac4c93e6cdd5da Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 25 Sep 2013 15:21:00 +0900 Subject: [PATCH] Add build option KEYMAP_SECTION_ENABLE to m0110 --- converter/m0110_usb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/converter/m0110_usb/Makefile b/converter/m0110_usb/Makefile index f1c51e1b..7791527e 100644 --- a/converter/m0110_usb/Makefile +++ b/converter/m0110_usb/Makefile @@ -78,6 +78,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 +KEYMAP_SECTION_ENABLE = yes # fixed address keymap for keymap editor -- 2.39.3