forked from mirrors/qmk_firmware
18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"keyboard_name": "Onekey Blackpill STM32F411",
|
|
"development_board": "blackpill_f411",
|
|
"matrix_pins": {
|
|
"cols": ["B0"],
|
|
"rows": ["A7"]
|
|
},
|
|
"backlight": {
|
|
"pin": "A0"
|
|
},
|
|
"ws2812": {
|
|
"pin": "A1"
|
|
},
|
|
"apa102": {
|
|
"data_pin": "A1",
|
|
"clock_pin": "A2"
|
|
}
|
|
}
|