~ruther/qmk_firmware

ref: 260b01a0cd8c7d88dac93a818c5539e90369c6bf qmk_firmware/keyboards/handwired/macroboard/f401/keyboard.json -rw-r--r-- 603 bytes
260b01a0 — Rutherther chore: move features to userspace 9 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
27
28
29
{
    "usb": {
        "shared_endpoint": {
            "keyboard": true
        }
    },
    "matrix_pins": {
        "cols": ["A5", "A6", "A7", "B0", "B1", "B10"],
        "rows": ["A4", "A3", "A2", "A1", "A0"]
    },
    "diode_direction": "COL2ROW",
    "ws2812": {
        "driver": "pwm"
    },
    "development_board": "blackpill_f401",
    "features": {
        "bootmagic": true,
        "mousekey": true,
        "extrakey": true,
        "nkro": true,
        "rgblight": true
    },
    "qmk": {
        "locking": {
            "enabled": true,
            "resync": true
        }
    }
}
Do not follow this link