summaryrefslogtreecommitdiff
path: root/keyboards/dailycraft
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dailycraft')
-rw-r--r--keyboards/dailycraft/stickey4/info.json17
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}
+ ]
+ }
+ }
}