mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-28 22:20:13 +00:00
20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"usb": {
|
|
"pid": "0x6361",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"indicators": {
|
|
"caps_lock": "C13",
|
|
"num_lock": "B12",
|
|
"scroll_lock": "B13"
|
|
},
|
|
"split": {
|
|
"bootmagic": {
|
|
"matrix": [5, 0]
|
|
}
|
|
},
|
|
"processor": "STM32F401",
|
|
"bootloader": "tinyuf2",
|
|
"board": "BLACKPILL_STM32_F401"
|
|
}
|