summaryrefslogtreecommitdiffstats
path: root/keyboard/gh60/Makefile.lufa
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-02-12 09:08:51 +0100
committertmk <nobody@nowhere>2013-02-12 09:08:51 +0100
commit0c52ee59f08cead9b4906dbbd3aff86b103171fe (patch)
tree96787bdfbcdb34f60a47b5b9539bf1bf29dd7616 /keyboard/gh60/Makefile.lufa
parent821563417565776d2dc3a02b0265e6fcd5218739 (diff)
downloadqmk_firmware-0c52ee59f08cead9b4906dbbd3aff86b103171fe.tar.gz
qmk_firmware-0c52ee59f08cead9b4906dbbd3aff86b103171fe.tar.xz
Add transparent layer feature in gh60
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 45402bb38..c8d3fa494 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