fix: rows/cols transposition (#241)
This commit is contained in:
parent
96886a2ce0
commit
49e6215025
@ -4,8 +4,8 @@
|
||||
"vendorId": "0xCB10",
|
||||
"lighting": "qmk_backlight_rgblight",
|
||||
"matrix": {
|
||||
"rows": 10,
|
||||
"cols": 12
|
||||
"rows": 12,
|
||||
"cols": 10
|
||||
},
|
||||
"layouts": {
|
||||
"labels": [
|
||||
@ -485,4 +485,4 @@
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user