diff options
| author | QMK Bot | 2025-06-28 05:21:48 +0200 |
|---|---|---|
| committer | QMK Bot | 2025-06-28 05:21:48 +0200 |
| commit | fef7932e552df4adf22c2bf24d9ea18fa8f1c7a5 (patch) | |
| tree | 5a3215790f1156eda32d2801a2c2c73a9192bd1e | |
| parent | 48a421bb10537780c88c7dff3762def31e38d4bd (diff) | |
| parent | b42191a2dda9b52470c1fd8cca341fe5f7ca0576 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
| -rw-r--r-- | docs/tap_hold.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tap_hold.md b/docs/tap_hold.md index 55cb64a498..164be229f6 100644 --- a/docs/tap_hold.md +++ b/docs/tap_hold.md @@ -602,7 +602,7 @@ either `"L"`, `"R"`, or `"*"`. Note that if `"layouts"` contains multiple layouts, only the first one is read. For example: ```json -{"matrix": [5, 6], "x": 0, "y": 5.5, "w": 1.25, "hand", "*"}, +{"matrix": [5, 6], "x": 0, "y": 5.5, "w": 1.25, "hand": "*"}, ``` Alternatively, handedness may be defined functionally with |