Quellcode durchsuchen

Add description of Locking CapsLock in README

led_matrix
tmk vor 11 Jahren
Ursprung
Commit
c0137b4b32
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8
    0
      README.md

+ 8
- 0
README.md Datei anzeigen

* Keyboard Tricks - Oneshot modifier and modifier with tapping feature * Keyboard Tricks - Oneshot modifier and modifier with tapping feature
* Debug Console - Messages for debug and interaction with firmware * Debug Console - Messages for debug and interaction with firmware
* Virtual DIP Switch - Configurations stored EEPROM(Boot Magic) * Virtual DIP Switch - Configurations stored EEPROM(Boot Magic)
* Locking CapsLock - Mechanical switch support for CapsLock




Projects Projects
**TBD** **TBD**




Mechanical Locking support for CapsLock
---------------------------------------
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.
#define CAPSLOCK_LOCKING_ENABLE
#define CAPSLOCK_LOCKING_RESYNC_ENABLE



Start Your Own Project Start Your Own Project
----------------------- -----------------------