mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-26 10:27:52 +06:00
14 lines
285 B
JSON
14 lines
285 B
JSON
|
{
|
||
|
"keyboard_name": "BN009 R2",
|
||
|
"bootloader": "stm32duino",
|
||
|
"diode_direction": "COL2ROW",
|
||
|
"matrix_pins": {
|
||
|
"cols": ["A1", "A2", "A6"],
|
||
|
"rows": ["B6", "B7", "B2"]
|
||
|
},
|
||
|
"processor": "STM32F103",
|
||
|
"usb": {
|
||
|
"device_version": "2.0.0"
|
||
|
}
|
||
|
}
|