2023-02-07 23:41:46 -08:00
|
|
|
{
|
2023-03-10 05:32:05 -08:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["B12", "B13", "B14", "B15", "A8", "A10"],
|
|
|
|
"rows": ["A15", "B3", "B4", "B5", "B7"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-03-26 00:22:12 -07:00
|
|
|
"ws2812": {
|
|
|
|
"driver": "pwm"
|
|
|
|
},
|
2023-02-07 23:41:46 -08:00
|
|
|
"processor": "STM32F411",
|
|
|
|
"bootloader": "stm32-dfu",
|
|
|
|
"board": "BLACKPILL_STM32_F411"
|
|
|
|
}
|