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.lufa | |
parent | c009f4643c17084b8f632b3292e0c7962b324ae5 (diff) |
Add README and keymap layers.(GH60)
Diffstat (limited to 'keyboard/gh60/Makefile.lufa')
-rw-r--r-- | keyboard/gh60/Makefile.lufa | 5 |
1 files changed, 4 insertions, 1 deletions
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 |