mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-29 20:26:56 +06:00
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"matrix_pins": {
|
|
"cols": ["A5", "A6", "A7", "B0", "B1", "B10"],
|
|
"rows": ["A4", "A3", "A2", "A1", "A0"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"ws2812": {
|
|
"driver": "pwm"
|
|
},
|
|
"processor": "STM32F401",
|
|
"bootloader": "stm32-dfu",
|
|
"board": "BLACKPILL_STM32_F401"
|
|
}
|