~ruther/qmk_firmware

ref: 260b01a0cd8c7d88dac93a818c5539e90369c6bf qmk_firmware/keyboards/handwired/onekey/bluepill_f103c6/keyboard.json -rw-r--r-- 404 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
{
    "keyboard_name": "Onekey Bluepill STM32F103C6",
    "processor": "STM32F103",
    "board": "STM32_F103_STM32DUINO",
    "matrix_pins": {
        "cols": ["B0"],
        "rows": ["A7"]
    },
    "backlight": {
        "pin": "A0"
    },
    "ws2812": {
        "pin": "A1"
    },
    "apa102": {
        "data_pin": "A1",
        "clock_pin": "A2"
    },
    "build": {
        "lto": true
    }
}
Do not follow this link