diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -19,6 +19,7 @@ Features | |||
| 19 | * Keyboard Tricks - Oneshot modifier and modifier with tapping feature | 19 | * Keyboard Tricks - Oneshot modifier and modifier with tapping feature |
| 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 | 23 | ||
| 23 | 24 | ||
| 24 | Projects | 25 | Projects |
| @@ -296,6 +297,13 @@ These settings are stored in EEPROM. | |||
| 296 | **TBD** | 297 | **TBD** |
| 297 | 298 | ||
| 298 | 299 | ||
| 300 | Mechanical Locking support for CapsLock | ||
| 301 | --------------------------------------- | ||
| 302 | To enable this feature define these two macros in `config.h` and use `KC_LCAP` for locking CapsLock in keymap instead of normal `KC_CAPS`. Resync option tries to keep lock switch state consistent with keyboard LED state. | ||
| 303 | |||
| 304 | #define CAPSLOCK_LOCKING_ENABLE | ||
| 305 | #define CAPSLOCK_LOCKING_RESYNC_ENABLE | ||
| 306 | |||
| 299 | 307 | ||
| 300 | Start Your Own Project | 308 | Start Your Own Project |
| 301 | ----------------------- | 309 | ----------------------- |
