vial-qmk/keyboards/kiserdesigns/suffer/v1/keymaps/vial/vial.json
NCKiser 2772f52fa5
Add Suffer V1 and V2 (#706)
* Add Suffer V1 and V2

New Keyboard

* Update copyright, add readme

Need to add Imgur link once Imgur comes back online
2024-04-01 21:57:29 -06:00

48 lines
No EOL
756 B
JSON

{
"name": "Suffer",
"vendorId": "0x4B44",
"productId": "0x5346",
"lighting": "none",
"matrix": {
"rows": 3,
"cols": 6
},
"layouts": {
"keymap":
[
[
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5"
],
[
{
"w": 1.25
},
"1,0",
"1,1",
"1,2",
"1,3",
{
"w": 1.75
},
"1,5"
],
[
"2,0",
"2,1",
{
"w": 2
},
"2,2",
"2,4",
"2,5"
]
]
}
}