~ruther/qmk_firmware

ref: 6e7c1c90fd51e540b3cad03ba3325bcb925d0e2f qmk_firmware/keyboards/zigotica/z12/keyboard.json -rw-r--r-- 1.8 KiB
6e7c1c90 — Rutherther fix: remap ROW3 in kyria because of broken pin by static electricity discharge 2 months ago
                                                                                
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
    "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",
    "build": {
        "lto": true
    },
    "features": {
        "bootmagic": false,
        "command": false,
        "console": false,
        "encoder": true,
        "extrakey": true,
        "mousekey": false,
        "nkro": false,
        "oled": true
    },
    "qmk": {
        "locking": {
            "enabled": true,
            "resync": true
        }
    },
    "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]}
            ]
        }
    }
}
Do not follow this link