aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboard/gh60/Makefile.pjrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc
index 6b3a8d1ac..f253704fa 100644
--- a/keyboard/gh60/Makefile.pjrc
+++ b/keyboard/gh60/Makefile.pjrc
@@ -89,5 +89,8 @@ include $(TOP_DIR)/protocol/pjrc.mk
89include $(TOP_DIR)/common.mk 89include $(TOP_DIR)/common.mk
90include $(TOP_DIR)/rules.mk 90include $(TOP_DIR)/rules.mk
91 91
92plain: OPT_DEFS += -DPLAIN_MAP 92plain: OPT_DEFS += -DKEYMAP_PLAIN
93plain: all 93plain: all
94
95poker: OPT_DEFS += -DKEYMAP_POKER
96poker: all