mirror of
https://github.com/carlosedp/qmk_firmware.git
synced 2026-08-05 00:36:43 -04:00
Fix out-of-bounds bootmagic config (#25898)
This commit is contained in:
committed by
Carlos de Paula
parent
6bfb4f4ebb
commit
1814aad94a
@@ -117,7 +117,7 @@
|
||||
},
|
||||
"split": {
|
||||
"bootmagic": {
|
||||
"matrix": [4, 7]
|
||||
"matrix": [5, 7]
|
||||
},
|
||||
"enabled": true,
|
||||
"matrix_pins": {
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
"pin": "D3"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [4, 5]
|
||||
"matrix": [5, 5]
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
},
|
||||
"split": {
|
||||
"bootmagic": {
|
||||
"matrix": [5, 8]
|
||||
"matrix": [5, 7]
|
||||
},
|
||||
"enabled": true,
|
||||
"handedness": {
|
||||
|
||||
Reference in New Issue
Block a user