2023-02-08 08:41:46 +01:00
|
|
|
{
|
2024-04-15 20:22:31 +02:00
|
|
|
"usb": {
|
|
|
|
"shared_endpoint": {
|
|
|
|
"keyboard": true
|
|
|
|
}
|
|
|
|
},
|
2023-03-10 14:32:05 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["A5", "A6", "A7", "B0", "B1", "B10"],
|
|
|
|
"rows": ["A4", "A3", "A2", "A1", "A0"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-03-26 09:22:12 +02:00
|
|
|
"ws2812": {
|
|
|
|
"driver": "pwm"
|
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "STM32F401",
|
|
|
|
"bootloader": "stm32-dfu",
|
2024-04-15 20:22:31 +02:00
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"mousekey": true,
|
|
|
|
"extrakey": true,
|
|
|
|
"nkro": true,
|
|
|
|
"rgblight": true
|
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"board": "BLACKPILL_STM32_F401"
|
|
|
|
}
|