diff options
author | Joel Challis <git@zvecr.com> | 2023-11-20 15:41:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 15:41:48 +0000 |
commit | e279c78ba3054ebc2e294dd91ea98341cc509d1e (patch) | |
tree | f22fc30fa1f966c708ec137f667c44a6528c4403 /docs | |
parent | 62cca5c43a63e694da4596dc41d1251f9c530198 (diff) |
Enable linking of encoders to switch within layout macros (#22264)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference_info_json.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index 4a70a4bb6f..e102b9bfb9 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md @@ -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 |