]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/gh60/Makefile.lufa
Add 'poker' target to Makefile.pjrc of gh60
[max/tmk_keyboard.git] / keyboard / gh60 / Makefile.lufa
index 0977b33f3cccf4afc3c22f60a4520e87d3896e06..c8d3fa49433ea893eb3576c1af8c232e2836f66f 100644 (file)
@@ -97,7 +97,7 @@ F_USB = $(F_CPU)
 # Build Options
 #   comment out to disable the options.
 #
-#MOUSEKEY_ENABLE = yes # Mouse keys
+MOUSEKEY_ENABLE = yes  # Mouse keys
 EXTRAKEY_ENABLE = yes  # Audio control and System control
 CONSOLE_ENABLE = yes   # Console for debug
 #NKRO_ENABLE = yes     # USB Nkey Rollover - not yet supported in LUFA
@@ -118,3 +118,9 @@ VPATH += $(TOP_DIR)
 include $(TOP_DIR)/protocol/lufa.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