Add 'poker' target to Makefile.pjrc of gh60
1 files changed, 4 insertions(+), 1 deletions(-) M keyboard/gh60/Makefile.pjrc
M keyboard/gh60/Makefile.pjrc => keyboard/gh60/Makefile.pjrc +4 -1
@@ 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