~ruther/qmk_firmware

qmk_firmware/keyboards/nullbitsco/scramble/v2/keyboard.json -rw-r--r-- 494 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
{
    "features": {
        "bootmagic": false,
        "encoder": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": false
    },
    "encoder": {
        "rotary": [
            {"pin_a": "GP24", "pin_b": "GP25"}
        ]
    },
    "qmk": {
        "tap_keycode_delay": 10
    },
    "processor": "RP2040",
    "bootloader": "rp2040",
    "matrix_pins": {
        "direct": [
            ["GP6", "GP8", "GP10"],
            ["GP29", "GP28", "GP22"]
        ]
    }
}
Do not follow this link