forked from mirrors/qmk_userspace
Enable linking of encoders to switch within layout macros (#22264)
This commit is contained in:
parent
62cca5c43a
commit
e279c78ba3
5 changed files with 86 additions and 2 deletions
|
@ -324,6 +324,8 @@ The ISO enter key is represented by a 1.25u×2uh key. Renderers which utilize in
|
|||
* `w`
|
||||
* The width of the key, in key units.
|
||||
* Default: `1` (1u)
|
||||
* `encoder`
|
||||
* The index of an encoder this key should be linked to
|
||||
* Example: `{"label": "Shift", "matrix": [4, 0], "x": 0, "y": 4.25, "w": 2.25}`
|
||||
|
||||
## Leader Key :id=leader-key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue