Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 21s
40 lines
758 B
JSON
40 lines
758 B
JSON
{
|
|
"name": "chicanopad",
|
|
"vendorId": "0x7983",
|
|
"productId": "0x5050",
|
|
"lighting": "none",
|
|
"matrix": {
|
|
"rows": 4,
|
|
"cols": 4
|
|
},
|
|
"layouts": {
|
|
"keymap":
|
|
[
|
|
[
|
|
"0,0",
|
|
"0,1",
|
|
"0,2",
|
|
"0,3"
|
|
],
|
|
[
|
|
"1,0",
|
|
"1,1",
|
|
"1,2",
|
|
"1,3"
|
|
],
|
|
[
|
|
"2,0",
|
|
"2,1",
|
|
"2,2",
|
|
"2,3"
|
|
],
|
|
[
|
|
"3,0",
|
|
"3,1",
|
|
"3,2",
|
|
"3,3"
|
|
]
|
|
]
|
|
}
|
|
}
|