summaryrefslogtreecommitdiff
path: root/keyboards/dailycraft/stickey4/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dailycraft/stickey4/info.json')
-rw-r--r--keyboards/dailycraft/stickey4/info.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/dailycraft/stickey4/info.json b/keyboards/dailycraft/stickey4/info.json
index 94f57674b4..bbe43f8b13 100644
--- a/keyboards/dailycraft/stickey4/info.json
+++ b/keyboards/dailycraft/stickey4/info.json
@@ -7,5 +7,22 @@
"vid": "0x5946",
"pid": "0x0010",
"device_version": "0.0.1"
+ },
+ "processor": "atmega32u4",
+ "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}
+ ]
+ }
}
}