summaryrefslogtreecommitdiff
path: root/keyboards/splitkb/zima/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/splitkb/zima/info.json')
-rw-r--r--keyboards/splitkb/zima/info.json39
1 files changed, 27 insertions, 12 deletions
diff --git a/keyboards/splitkb/zima/info.json b/keyboards/splitkb/zima/info.json
index 0afcbe5b6e..077421904c 100644
--- a/keyboards/splitkb/zima/info.json
+++ b/keyboards/splitkb/zima/info.json
@@ -8,21 +8,36 @@
"pid": "0xF75B",
"device_version": "0.0.1"
},
+ "encoder": {
+ "rotary": [
+ {"pin_a": "B4", "pin_b": "D7", "resolution": 2}
+ ]
+ },
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
+ "matrix_pins": {
+ "direct": [
+ ["C6", "D6", "D5"],
+ ["C7", "F7", "D4"],
+ ["E6", "F5", "F6"],
+ ["F0", "F1", "F4"]
+ ]
+ },
"layouts": {
"LAYOUT_ortho_4x3": {
"layout": [
- {"label":"K00 (B0,B4)", "x":0, "y":1},
- {"label":"K01 (B0,B5)", "x":1, "y":1},
- {"label":"K02 (B0,B6)", "x":2, "y":1},
- {"label":"K10 (B1,B4)", "x":0, "y":2},
- {"label":"K11 (B1,B5)", "x":1, "y":2},
- {"label":"K12 (B1,B6)", "x":2, "y":2},
- {"label":"K20 (B2,B4)", "x":0, "y":3},
- {"label":"K21 (B2,B5)", "x":1, "y":3},
- {"label":"K22 (B2,B6)", "x":2, "y":3},
- {"label":"K30 (B3,B4)", "x":0, "y":4},
- {"label":"K31 (B3,B5)", "x":1, "y":4},
- {"label":"K32 (B3,B6)", "x":2, "y":4}
+ {"x":0, "y":1, "matrix": [0, 0]},
+ {"x":1, "y":1, "matrix": [0, 1]},
+ {"x":2, "y":1, "matrix": [0, 2]},
+ {"x":0, "y":2, "matrix": [1, 0]},
+ {"x":1, "y":2, "matrix": [1, 1]},
+ {"x":2, "y":2, "matrix": [1, 2]},
+ {"x":0, "y":3, "matrix": [2, 0]},
+ {"x":1, "y":3, "matrix": [2, 1]},
+ {"x":2, "y":3, "matrix": [2, 2]},
+ {"x":0, "y":4, "matrix": [3, 0]},
+ {"x":1, "y":4, "matrix": [3, 1]},
+ {"x":2, "y":4, "matrix": [3, 2]}
]
}
}