This repository has been archived on 2025-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Dave Vigil b3afd32093
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 21s
[chore} Working on gitea actions
2025-01-21 14:26:28 -06:00

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