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",
|
||||
"lighting": "qmk_backlight_rgblight",
|
||||
"matrix": {
|
||||
"rows": 10,
|
||||
"cols": 12
|
||||
"rows": 12,
|
||||
"cols": 10
|
||||
},
|
||||
"layouts": {
|
||||
"labels": [
|
||||
|
@ -485,4 +485,4 @@
|
|||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue