~ruther/qmk_firmware

ref: 0ac8221a0a423d1a74238fcdf6b489bfe865c2e7 qmk_firmware/keyboards/handwired/onekey/stm32f3_disco/info.json -rw-r--r-- 353 bytes
0ac8221a — Joel Challis Remove invalid config option from kikoslab/kl90 (#21708) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "keyboard_name": "Onekey STM32F3 Discovery",
    "processor": "STM32F303",
    "bootloader": "stm32-dfu",
    "matrix_pins": {
        "cols": ["B4"],
        "rows": ["B5"]
    },
    "backlight": {
        "pin": "E8"
    },
    "ws2812": {
        "pin": "A0"
    },
    "apa102": {
        "data_pin": "A0",
        "clock_pin": "B13"
    }
}