X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fgh60%2FMakefile.pjrc;h=6b3a8d1acee06516b62e01f8d0c2970ecc0ce036;hb=e9e4c0edc52dbf4afe11251b8b50df130ef57423;hp=dc5b2f74313f79df56691d9470323c7a657a4b56;hpb=c009f4643c17084b8f632b3292e0c7962b324ae5;p=max%2Ftmk_keyboard.git diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc index dc5b2f74..6b3a8d1a 100644 --- a/keyboard/gh60/Makefile.pjrc +++ b/keyboard/gh60/Makefile.pjrc @@ -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,6 @@ VPATH += $(TOP_DIR) include $(TOP_DIR)/protocol/pjrc.mk include $(TOP_DIR)/common.mk include $(TOP_DIR)/rules.mk + +plain: OPT_DEFS += -DPLAIN_MAP +plain: all