mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
fix row index
This commit is contained in:
parent
4fae937339
commit
70887c0bb4
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["B0", "F1", "F0", "C15", "C14", "C13", "A7", "B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15"],
|
"cols": ["B0", "F1", "F0", "C15", "C14", "C13", "A7", "B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15"],
|
||||||
"rows": ["B10", "B11", "A2", "A1", "A0"]
|
"rows": ["B10", "B11", "A2", "A0", "A1"]
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"animations": {
|
||||||
|
Loading…
Reference in New Issue
Block a user