~ruther/qmk_firmware

qmk_firmware/keyboards/binepad/bnr1/v2/keyboard.json -rwxr-xr-x 376 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
{
    "bootloader": "stm32duino",
    "processor": "STM32F103",
    "diode_direction": "COL2ROW",
    "usb": {
        "pid": "0x4241",
        "device_version": "2.0.0"
    },
    "matrix_pins": {
        "cols": ["A15"],
        "rows": ["A8"]
    },
    "encoder": {
        "enabled": true,
        "rotary": [
            {"pin_a": "B3", "pin_b": "B4"}
        ]
    }
}
Do not follow this link