fix: rows/cols transposition (#241)
This commit is contained in:
parent
96886a2ce0
commit
49e6215025
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
||||||
"vendorId": "0xCB10",
|
"vendorId": "0xCB10",
|
||||||
"lighting": "qmk_backlight_rgblight",
|
"lighting": "qmk_backlight_rgblight",
|
||||||
"matrix": {
|
"matrix": {
|
||||||
"rows": 10,
|
"rows": 12,
|
||||||
"cols": 12
|
"cols": 10
|
||||||
},
|
},
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"labels": [
|
"labels": [
|
||||||
|
@ -485,4 +485,4 @@
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue