qmk_sweep_skeletyl/keyboards/handwired/macroboard/f401/keyboard.json

30 lines
603 B
JSON
Raw Normal View History

{
"usb": {
"shared_endpoint": {
"keyboard": true
}
},
"matrix_pins": {
"cols": ["A5", "A6", "A7", "B0", "B1", "B10"],
"rows": ["A4", "A3", "A2", "A1", "A0"]
},
"diode_direction": "COL2ROW",
"ws2812": {
"driver": "pwm"
},
2024-04-23 11:47:30 +02:00
"development_board": "blackpill_f401",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nkro": true,
"rgblight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
2024-04-23 11:47:30 +02:00
}
}