forked from mirrors/qmk_firmware
974a1eaf2a
* Ignore defaults.hjson values if already set * Add warning when nothing is merged
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"keyboard_name": "Onekey Blackpill STM32F401 TinyUF2",
|
|
"development_board": "blackpill_f401",
|
|
"bootloader": "tinyuf2",
|
|
"matrix_pins": {
|
|
"cols": ["B0"],
|
|
"rows": ["A7"]
|
|
},
|
|
"backlight": {
|
|
"pin": "A0"
|
|
},
|
|
"rgblight": {
|
|
"pin": "A1"
|
|
}
|
|
}
|