~ruther/qmk_firmware

ref: 260b01a0cd8c7d88dac93a818c5539e90369c6bf qmk_firmware/keyboards/handwired/onekey/blackpill_f411_tinyuf2/keyboard.json -rw-r--r-- 461 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
{
    "keyboard_name": "Onekey Blackpill STM32F411 TinyUF2",
    "development_board": "blackpill_f411",
    "bootloader": "tinyuf2",
    "usb": {
        "shared_endpoint": {
            "keyboard": true
        }
    },
    "matrix_pins": {
        "cols": ["B0"],
        "rows": ["A7"]
    },
    "backlight": {
        "pin": "A0"
    },
    "ws2812": {
        "pin": "A1"
    },
    "apa102": {
        "data_pin": "A1",
        "clock_pin": "A2"
    }
}
Do not follow this link