]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/gh60/Makefile.pjrc
Add poker keymap with layer stacking.
[max/tmk_keyboard.git] / keyboard / gh60 / Makefile.pjrc
index dc5b2f74313f79df56691d9470323c7a657a4b56..f253704faade3306863d518f58cd91bc8980d4ad 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,9 @@ 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