1
0

Fix failing keyboards on develop (#23406)

This commit is contained in:
Joel Challis
2024-04-03 14:01:30 +01:00
committed by GitHub
parent c635733a7f
commit 62af50ceef
7 changed files with 22 additions and 7 deletions

View File

@@ -0,0 +1,19 @@
{
"matrix_pins": {
"cols": ["D7", "B5", "D1", "D0", "C6", "B6", "F0", "D2", "D3", "F4", "F1"],
"rows": ["B7", "D6", "C7", "F5"]
},
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bluetooth": true,
"console": false
},
"build": {
"lto": true
},
"bluetooth": {
"driver": "bluefruit_le"
}
}