From: tmk Date: Wed, 13 Feb 2013 02:21:33 +0000 (+0900) Subject: Add 'poker' target to Makefile.pjrc of gh60 X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=2fe406de3ae4210e90acbf65ae926fcf382938e6;p=max%2Ftmk_keyboard.git Add 'poker' target to Makefile.pjrc of gh60 --- diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc index 6b3a8d1a..f253704f 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