diff options
author | tmk <nobody@nowhere> | 2013-03-15 22:22:57 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-16 17:24:05 +0900 |
commit | f0c5f1b910ecf9536e5b95cc4ca9a43b0f4b2c36 (patch) | |
tree | f68e720804c1c82109c1de19dc3cc7d9eb2cabf0 /keyboard | |
parent | 42f6ff088652827a82474c3a07f4c2c9497bacd9 (diff) |
Add breathing sleep LED during USB suspend
Diffstat (limited to 'keyboard')
-rw-r--r-- | keyboard/gh60/Makefile.lufa | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa index a5ff609a77..8042ff3f49 100644 --- a/keyboard/gh60/Makefile.lufa +++ b/keyboard/gh60/Makefile.lufa @@ -103,6 +103,7 @@ BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = yes # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = yes # Console for debug(+400) +SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support |