Add DD mappings for locking switch (#22242)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
jack 2023-10-25 03:15:27 -06:00 committed by GitHub
parent 8e3903ca38
commit 896d3dc497
Failed to generate hash of commit
3 changed files with 20 additions and 1 deletions

View file

@ -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)