diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-09 14:34:21 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 03:34:21 +0000 |
commit | c67285587c812a3dffb20113c8a270b596156d0e (patch) | |
tree | 6630078fcd119e9bb9cb2fb0a7ff5a818aaa445a /keyboards/dailycraft | |
parent | b0604aca477d0ea010b0ba65364677b179327a1b (diff) |
Fix errors flagged by generate-api (#19784)
Diffstat (limited to 'keyboards/dailycraft')
-rw-r--r-- | keyboards/dailycraft/stickey4/info.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/keyboards/dailycraft/stickey4/info.json b/keyboards/dailycraft/stickey4/info.json index 7e5578fc77..bbe43f8b13 100644 --- a/keyboards/dailycraft/stickey4/info.json +++ b/keyboards/dailycraft/stickey4/info.json @@ -9,5 +9,20 @@ "device_version": "0.0.1" }, "processor": "atmega32u4", - "bootloader": "atmel-dfu" + "bootloader": "atmel-dfu", + "layouts": { + "LAYOUT": { + "layout": [ + {"x": 0, "y": 0}, + {"x": 1, "y": 0}, + {"x": 2, "y": 0}, + {"x": 3, "y": 0}, + + {"label": "Encoder 1 CCW", "x": 0, "y": 1}, + {"label": "Encoder 1 CW", "x": 1, "y": 1}, + {"label": "Encoder 2 CCW", "x": 2, "y": 1}, + {"label": "Encoder 2 CW", "x": 3, "y": 1} + ] + } + } } |