aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-03-16 17:45:42 +0900
committertmk <nobody@nowhere>2013-03-16 17:45:42 +0900
commit0142e20bf0012eada5ba40caaa63466bfbb095a2 (patch)
tree9cbca7ffc86971baee83af6188ef5843c52c7887
parente4589f808eba875d7bf74fb470d5d1ce9ed41123 (diff)
downloadqmk_firmware-0142e20bf0012eada5ba40caaa63466bfbb095a2.tar.gz
qmk_firmware-0142e20bf0012eada5ba40caaa63466bfbb095a2.zip
Add desription about breathing sleep LED
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c0b31deca..e0b837df4 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Features
20* Debug Console - Messages for debug and interaction with firmware 20* Debug Console - Messages for debug and interaction with firmware
21* Virtual DIP Switch - Configurations stored EEPROM(Boot Magic) 21* Virtual DIP Switch - Configurations stored EEPROM(Boot Magic)
22* Locking CapsLock - Mechanical switch support for CapsLock 22* Locking CapsLock - Mechanical switch support for CapsLock
23* Breathing Sleep LED - Sleep indicator with charm during USB suspend
23 24
24 25
25Projects 26Projects
@@ -170,6 +171,7 @@ Note that ***comment out*** to disable them.
170 MOUSEKEY_ENABLE = yes # Mouse keys(+4700) 171 MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
171 EXTRAKEY_ENABLE = yes # Audio control and System control(+450) 172 EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
172 CONSOLE_ENABLE = yes # Console for debug(+400) 173 CONSOLE_ENABLE = yes # Console for debug(+400)
174 SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
173 #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA 175 #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
174 #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support 176 #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
175 177
@@ -307,6 +309,7 @@ To enable this feature define these two macros in `config.h` and use `KC_LCAP` f
307 309
308Start Your Own Project 310Start Your Own Project
309----------------------- 311-----------------------
312**TBD**
310 313
311 314
312 315