aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/nucleo_f446re/keyboard.json
blob: 7c51ca053b58674d1060649857f4ae3d48d54f93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "keyboard_name": "Onekey Nucleo F446RE",
    "processor": "STM32F446",
    "bootloader": "stm32-dfu",
    "matrix_pins": {
        "cols": ["A0"],
        "rows": ["A1"]
    },
    "backlight": {
        "pin": "B8"
    },
    "ws2812": {
        "pin": "A4"
    },
    "apa102": {
        "data_pin": "A4",
        "clock_pin": "B13"
    }
}