diff options
author | tmk <nobody@nowhere> | 2012-12-27 16:06:13 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-12-27 16:06:13 +0900 |
commit | 67c64db1ccbc91393a4535636333ea55396c184d (patch) | |
tree | 6f7e223573d47c395d7d5c487e3007fa281eb4c8 /keyboard/gh60/Makefile.pjrc | |
parent | c009f4643c17084b8f632b3292e0c7962b324ae5 (diff) |
Add README and keymap layers.(GH60)
Diffstat (limited to 'keyboard/gh60/Makefile.pjrc')
-rw-r--r-- | keyboard/gh60/Makefile.pjrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc index dc5b2f7431..6b3a8d1ace 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 |