Replace mistakenly removed DIP switch configuration

This commit is contained in:
Jack Sangdahl 2025-06-29 01:54:57 -06:00
parent 93480f2f14
commit 78ab549acb
No known key found for this signature in database
GPG Key ID: FC53C827D09C7050

View File

@ -7,6 +7,14 @@
},
"development_board": "promicro",
"diode_direction": "COL2ROW",
"dip_switch": {
"matrix_grid": [
[0, 6],
[1, 6],
[5, 6],
[6, 6]
]
},
"encoder": {
"rotary": [
{"pin_a": "B6", "pin_b": "B5"}
@ -14,6 +22,7 @@
},
"features": {
"bootmagic": true,
"dip_switch": false,
"encoder": true,
"extrakey": true,
"mousekey": true,