summaryrefslogtreecommitdiff
path: root/keyboards/keebio/tukey/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/tukey/info.json')
-rw-r--r--keyboards/keebio/tukey/info.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/keyboards/keebio/tukey/info.json b/keyboards/keebio/tukey/info.json
index 4427d0cc8b..3f34d8e604 100644
--- a/keyboards/keebio/tukey/info.json
+++ b/keyboards/keebio/tukey/info.json
@@ -8,11 +8,18 @@
"pid": "0x1112",
"device_version": "1.0.0"
},
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
+ "matrix_pins": {
+ "direct": [
+ ["D4", "F6"]
+ ]
+ },
"layouts": {
"LAYOUT": {
"layout": [
- {"x":0, "y":0},
- {"x":1, "y":0}
+ {"x":0, "y":0, "matrix": [0, 0]},
+ {"x":1, "y":0, "matrix": [0, 1]}
]
}
}