~ruther/qmk_firmware

qmk_firmware/keyboards/atreus/feather/keyboard.json -rw-r--r-- 429 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
{
    "matrix_pins": {
        "cols": ["D7", "B5", "D1", "D0", "C6", "B6", "F0", "D2", "D3", "F4", "F1"],
        "rows": ["B7", "D6", "C7", "F5"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "features": {
        "bluetooth": true,
        "console": false
    },
    "build": {
        "lto": true
    },
    "bluetooth": {
        "driver": "bluefruit_le"
    }
}
Do not follow this link