diff options
author | tmk <nobody@nowhere> | 2013-02-13 11:21:33 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-13 11:21:33 +0900 |
commit | 2fe406de3ae4210e90acbf65ae926fcf382938e6 (patch) | |
tree | 9e5d1fd4aed7682e0e45579e6d6c311773fd50df /keyboard/gh60/Makefile.pjrc | |
parent | 63c03dc137afe6600156a060b592662feaad0cdc (diff) |
Add 'poker' target to Makefile.pjrc of gh60
Diffstat (limited to 'keyboard/gh60/Makefile.pjrc')
-rw-r--r-- | keyboard/gh60/Makefile.pjrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc index 6b3a8d1ace..f253704faa 100644 --- a/keyboard/gh60/Makefile.pjrc +++ b/keyboard/gh60/Makefile.pjrc @@ -89,5 +89,8 @@ include $(TOP_DIR)/protocol/pjrc.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 |