forked from mirrors/qmk_userspace
Add DD mappings for locking switch (#22242)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
8e3903ca38
commit
896d3dc497
3 changed files with 20 additions and 1 deletions
|
@ -60,6 +60,13 @@ You can create `info.json` files at every level under `qmk_firmware/keyboards/<k
|
|||
}
|
||||
```
|
||||
* `qmk`
|
||||
* `locking`
|
||||
* `enabled`
|
||||
* Enable locking switch support.
|
||||
* Default: `false`
|
||||
* `resync`
|
||||
* Keep switch state consistent with keyboard LED state.
|
||||
* Default: `false`
|
||||
* `tap_capslock_delay`
|
||||
* The delay between keydown and keyup for Caps Lock tap events in milliseconds.
|
||||
* Default: `80` (80 ms)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue