qmk_firmware/keyboards/handwired/splittest/bluepill/keyboard.json

20 lines
361 B
JSON
Raw Normal View History

{
"matrix_pins": {
"cols": ["B1"],
"rows": ["B10"]
},
"split": {
"handedness": {
"pin": "A7"
}
},
"diode_direction": "COL2ROW",
2024-04-23 09:47:30 +00:00
"development_board": "bluepill",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": false,
"console": true
}
}