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 /keyboards | |
parent | 62cca5c43a63e694da4596dc41d1251f9c530198 (diff) |
Enable linking of encoders to switch within layout macros (#22264)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/drop/sense75/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/drop/sense75/info.json b/keyboards/drop/sense75/info.json index dbefc108f2..052b494375 100644 --- a/keyboards/drop/sense75/info.json +++ b/keyboards/drop/sense75/info.json @@ -44,7 +44,7 @@ {"matrix": [0, 11], "label": "F11", "x": 11.75, "y": 0}, {"matrix": [0, 12], "label": "F12", "x": 12.75, "y": 0}, {"matrix": [0, 13], "label": "PrtSc", "x": 14, "y": 0}, - {"matrix": [0, 14], "label": "Mute", "x": 15.25, "y": 0}, + {"matrix": [0, 14], "encoder":0, "label": "Mute", "x": 15.25, "y": 0}, {"matrix": [1, 0], "label": "~", "x": 0, "y": 1.25}, {"matrix": [1, 1], "label": "!", "x": 1, "y": 1.25}, {"matrix": [1, 2], "label": "@", "x": 2, "y": 1.25}, |