diff options
author | tmk <nobody@nowhere> | 2013-11-21 19:32:17 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-11-21 19:32:17 +0900 |
commit | 4e7ec43c3f52e7588807389d6f8e5fd810b36286 (patch) | |
tree | 12e3fbf386467dc34a7be3ad2d5f20df1a1cc0ca /keyboard/gh60/Makefile | |
parent | 22e293696db661dc83f4c463507c0dd410b4c147 (diff) |
Add SpaceFN layout to gh60
Diffstat (limited to 'keyboard/gh60/Makefile')
-rw-r--r-- | keyboard/gh60/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/gh60/Makefile b/keyboard/gh60/Makefile index 108a85c598..6be0c1071b 100644 --- a/keyboard/gh60/Makefile +++ b/keyboard/gh60/Makefile @@ -118,7 +118,7 @@ MOUSEKEY_ENABLE = yes # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration -SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend +#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |