X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=keyboard%2Fgh60%2FMakefile.lufa;h=c8d3fa49433ea893eb3576c1af8c232e2836f66f;hb=2fe406de3ae4210e90acbf65ae926fcf382938e6;hp=0977b33f3cccf4afc3c22f60a4520e87d3896e06;hpb=c009f4643c17084b8f632b3292e0c7962b324ae5;p=max%2Ftmk_keyboard.git diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa index 0977b33f..c8d3fa49 100644 --- a/keyboard/gh60/Makefile.lufa +++ b/keyboard/gh60/Makefile.lufa @@ -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