From 67c64db1ccbc91393a4535636333ea55396c184d Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 27 Dec 2012 16:06:13 +0900 Subject: Add README and keymap layers.(GH60) --- keyboard/gh60/Makefile.lufa | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'keyboard/gh60/Makefile.lufa') diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa index 0977b33f3c..45402bb381 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,6 @@ VPATH += $(TOP_DIR) include $(TOP_DIR)/protocol/lufa.mk include $(TOP_DIR)/common.mk include $(TOP_DIR)/rules.mk + +plain: OPT_DEFS += -DPLAIN_MAP +plain: all -- cgit v1.2.3