diff options
| author | tmk <nobody@nowhere> | 2013-07-23 10:56:03 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-07-23 10:56:03 +0900 |
| commit | 2721022078c30dd00c1063e4a2f8199b2b53e0d5 (patch) | |
| tree | 421f2d6bdaad59fb338b1dbaffe38b5468aa66bb /README.md | |
| parent | 5b425731c5b662d107ba0f970a7ae7c7fe97d01b (diff) | |
| download | qmk_firmware-2721022078c30dd00c1063e4a2f8199b2b53e0d5.tar.gz qmk_firmware-2721022078c30dd00c1063e4a2f8199b2b53e0d5.zip | |
Add mechanical locking switch support for NumLock and ScrollLock
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -164,12 +164,12 @@ TODO: Magic key combination to avoid unintentional press during plug in | |||
| 164 | **TBD** | 164 | **TBD** |
| 165 | 165 | ||
| 166 | 166 | ||
| 167 | Mechanical Locking support for CapsLock | 167 | Mechanical Locking support |
| 168 | --------------------------------------- | 168 | -------------------------- |
| 169 | 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. | 169 | This feature makes it possible for you to use mechanical switch for `CapsLock`, `NumLock` or `ScrollLock`. To enable this feature define these macros in `config.h` and use `KC_LCAP`, `KC_LNUM` or `KC_LSCR` in keymap for locking key instead of normal `KC_CAPS`, `KC_NLCK` or `KC_SLCK`. Resync option tries to keep lock switch state consistent with keyboard LED state. |
| 170 | 170 | ||
| 171 | #define CAPSLOCK_LOCKING_ENABLE | 171 | #define LOCKING_SUPPORT_ENABLE |
| 172 | #define CAPSLOCK_LOCKING_RESYNC_ENABLE | 172 | #define LOCKING_RESYNC_ENABLE |
| 173 | 173 | ||
| 174 | 174 | ||
| 175 | Start Your Own Project | 175 | Start Your Own Project |
