2023-02-08 07:41:46 +00:00
|
|
|
{
|
2024-04-15 18:22:31 +00:00
|
|
|
"usb": {
|
|
|
|
"shared_endpoint": {
|
|
|
|
"keyboard": true
|
|
|
|
}
|
|
|
|
},
|
2023-03-10 13:32:05 +00:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["B12", "B13", "B14", "B15", "A8", "A10"],
|
|
|
|
"rows": ["A15", "B3", "B4", "B5", "B7"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2024-04-26 04:41:22 +00:00
|
|
|
"audio": {
|
|
|
|
"driver": "pwm_hardware"
|
|
|
|
},
|
2023-03-26 07:22:12 +00:00
|
|
|
"ws2812": {
|
|
|
|
"driver": "pwm"
|
|
|
|
},
|
2024-04-23 09:47:30 +00:00
|
|
|
"development_board": "blackpill_f411",
|
2024-04-15 18:22:31 +00:00
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"mousekey": true,
|
|
|
|
"extrakey": true,
|
|
|
|
"nkro": true,
|
|
|
|
"rgblight": true,
|
|
|
|
"audio": true
|
2024-04-23 09:47:30 +00:00
|
|
|
}
|
2023-02-08 07:41:46 +00:00
|
|
|
}
|