summaryrefslogtreecommitdiff
path: root/keyboard/gh60/Makefile.lufa
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/gh60/Makefile.lufa')
-rw-r--r--keyboard/gh60/Makefile.lufa5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa
index 45402bb381..c8d3fa4943 100644
--- a/keyboard/gh60/Makefile.lufa
+++ b/keyboard/gh60/Makefile.lufa
@@ -119,5 +119,8 @@ include $(TOP_DIR)/protocol/lufa.mk
include $(TOP_DIR)/common.mk
include $(TOP_DIR)/rules.mk
-plain: OPT_DEFS += -DPLAIN_MAP
+plain: OPT_DEFS += -DKEYMAP_PLAIN
plain: all
+
+poker: OPT_DEFS += -DKEYMAP_POKER
+poker: all