From c19d349622de9f8be6d946c895170936c8ded64d Mon Sep 17 00:00:00 2001 From: Kai Ryu Date: Fri, 11 Apr 2014 12:25:15 +0900 Subject: [PATCH] Remove unnecessary changes --- keyboard/gh60/Makefile.pjrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc index 723d4411..ade03a77 100644 --- a/keyboard/gh60/Makefile.pjrc +++ b/keyboard/gh60/Makefile.pjrc @@ -103,3 +103,15 @@ VPATH += $(TOP_DIR) include $(TOP_DIR)/protocol/pjrc.mk include $(TOP_DIR)/common.mk include $(TOP_DIR)/rules.mk + +plain: OPT_DEFS += -DKEYMAP_PLAIN +plain: all + +poker: OPT_DEFS += -DKEYMAP_POKER +poker: all + +poker_set: OPT_DEFS += -DKEYMAP_POKER_SET +poker_set: all + +poker_bit: OPT_DEFS += -DKEYMAP_POKER_BIT +poker_bit: all