Fix out-of-bounds bootmagic config (#25898)

This commit is contained in:
Joel Challis 2025-12-22 16:09:49 +00:00 committed by GitHub
parent c1161a7a32
commit ae05baf08b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@
},
"split": {
"bootmagic": {
"matrix": [4, 7]
"matrix": [5, 7]
},
"enabled": true,
"matrix_pins": {

View File

@ -81,7 +81,7 @@
"pin": "D3"
},
"bootmagic": {
"matrix": [4, 5]
"matrix": [5, 5]
}
},
"ws2812": {

View File

@ -153,7 +153,7 @@
},
"split": {
"bootmagic": {
"matrix": [5, 8]
"matrix": [5, 7]
},
"enabled": true,
"handedness": {