fix: rows/cols transposition (#241)

This commit is contained in:
Less/Rikki 2022-09-15 12:04:54 -04:00 committed by GitHub
parent 96886a2ce0
commit 49e6215025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 @@
]
]
}
}
}