summaryrefslogtreecommitdiffstats
path: root/keyboard/gh60/Makefile.pjrc
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/gh60/Makefile.pjrc')
-rw-r--r--keyboard/gh60/Makefile.pjrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc
index dc5b2f743..6b3a8d1ac 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