~ruther/qmk_firmware

ref: 0b802defd4ad81f38bdd3ae0192e2a834f7d99be qmk_firmware/keyboards/nullbitsco/scramble/v2/info.json -rw-r--r-- 342 bytes
0b802def — Ryan haptic: further naming cleanups (#21682) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "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"]
        ]
    }
}