]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/gh60/Makefile.pjrc
Clean action.h and add keymap doc
[tmk_firmware.git] / keyboard / gh60 / Makefile.pjrc
index dc5b2f74313f79df56691d9470323c7a657a4b56..af6ef63ec47ce7eb709817af5b4e5c80fe7b9e7c 100644 (file)
@@ -74,7 +74,7 @@ F_CPU = 16000000
 # Build Options
 #   comment out to disable the options.
 #
-#MOUSEKEY_ENABLE = yes # Mouse keys
+MOUSEKEY_ENABLE = yes  # Mouse keys
 #PS2_MOUSE_ENABLE = yes        # PS/2 mouse(TrackPoint) support
 EXTRAKEY_ENABLE = yes  # Audio control and System control
 NKRO_ENABLE = yes      # USB Nkey Rollover
@@ -88,3 +88,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