X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=README.md;h=3b700970f040626213179d9fd22c6ff75361040f;hb=2b08a150a41e25e87362436b7307bb1be35529f3;hp=c0b31decade65695f687de41d15f4a496b519e16;hpb=c0137b4b32f10d6a5b5a405ccd284b4194fe2497;p=max%2Ftmk_keyboard.git diff --git a/README.md b/README.md index c0b31dec..3b700970 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Features * Debug Console - Messages for debug and interaction with firmware * Virtual DIP Switch - Configurations stored EEPROM(Boot Magic) * Locking CapsLock - Mechanical switch support for CapsLock +* Breathing Sleep LED - Sleep indicator with charm during USB suspend Projects @@ -170,6 +171,8 @@ Note that ***comment out*** to disable them. 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 #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support @@ -307,6 +310,7 @@ To enable this feature define these two macros in `config.h` and use `KC_LCAP` f Start Your Own Project ----------------------- +**TBD**