~ruther/qmk_firmware

qmk_firmware/keyboards/durgod/k320/base/keyboard.json -rw-r--r-- 675 bytes
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
{
    "build": {
        "lto": true
    },
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": false,
        "nkro": true
    },
    "matrix_pins": {
        "cols": ["C4", "C5", "B0", "B1", "B2", "B10", "B11", "B12", "B13", "B14", "B15", "C6", "C7", "C10", "C11", "C12"],
        "rows": ["A0", "A1", "A2", "A3", "A4", "A5", "A6"]
    },
    "diode_direction": "ROW2COL",
    "indicators": {
        "caps_lock": "C9",
        "scroll_lock": "A8",
        "on_state": 0
    },
    "processor": "STM32F072", // F070
    "bootloader": "stm32-dfu",
    "board": "DURGOD_STM32_F070"
}
Do not follow this link