mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-13 13:20:46 +00:00
16 lines
293 B
JSON
16 lines
293 B
JSON
{
|
|
"keyboard_name": "Onekey Bluepill STM32F103 uf2boot",
|
|
"development_board": "bluepill",
|
|
"bootloader": "uf2boot",
|
|
"matrix_pins": {
|
|
"cols": ["B0"],
|
|
"rows": ["A7"]
|
|
},
|
|
"backlight": {
|
|
"pin": "A0"
|
|
},
|
|
"rgblight": {
|
|
"pin": "A1"
|
|
}
|
|
}
|