summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 9523ae874..ee28b696c 100644
--- a/common.mk
+++ b/common.mk
@@ -69,7 +69,7 @@ ifdef BACKLIGHT_ENABLE
endif
ifdef KEYMAP_SECTION_ENABLE
- OPT_DEFS += -DKEYMAP_SECTION
+ OPT_DEFS += -DKEYMAP_SECTION_ENABLE
EXTRALDFLAGS = -Wl,-L$(TOP_DIR),-Tldscript_keymap_avr5.x
endif