]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/gh60/Makefile.lufa
Add poker keymap with layer stacking
[max/tmk_keyboard.git] / keyboard / gh60 / Makefile.lufa
index 45402bb3819dba762d994c6bcfa2478dad7cf30a..7548d47855b6ed0700d778f76138161cd3a6a41a 100644 (file)
@@ -119,5 +119,11 @@ 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
+
+poker_stack: OPT_DEFS += -DKEYMAP_POKER_STACK
+poker_stack: all