summaryrefslogtreecommitdiff
path: root/keyboards/z12/info.json
blob: 8a88206df8b588ffd7cdb847681f46d1a79c3e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
    "keyboard_name": "z12",
    "manufacturer": "zigotica",
    "url": "https://github.com/zigotica/mechanical-keyboards/tree/main/z12",
    "maintainer": "@zigotica",
    "usb": {
        "vid": "0x7A74",
        "pid": "0x0001",
        "device_version": "0.0.1"
    },
    "encoder": {
        "rotary": [
            {"pin_a": "B5", "pin_b": "B4"},
            {"pin_a": "B6", "pin_b": "B2"}
        ]
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "matrix_pins": {
        "direct": [
            [null, "E6", "C6", null],
            ["D2", "D7", "D4", "D3"],
            ["F7", "B1", "B3", null],
            ["F6", "F5", "F4", null]
        ]
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"x": 1, "y": 0, "matrix": [0, 1]},
                {"x": 2, "y": 0, "matrix": [0, 2]},

                {"x": 0, "y": 0.5, "matrix": [1, 0]},
                {"x": 1, "y": 1, "matrix": [1, 1]},
                {"x": 2, "y": 1, "matrix": [1, 2]},
                {"x": 3, "y": 0.5, "matrix": [1, 3]},

                {"x": 0.5, "y": 2, "matrix": [2, 0]},
                {"x": 1.5, "y": 2, "matrix": [2, 1]},
                {"x": 2.5, "y": 2, "matrix": [2, 2]},

                {"x": 0.5, "y": 3, "matrix": [3, 0]},
                {"x": 1.5, "y": 3, "matrix": [3, 1]},
                {"x": 2.5, "y": 3, "matrix": [3, 2]}
            ]
        }
    }
}