vial-qmk/keyboards/kiserdesigns/suffer/v1/info.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

49 lines
No EOL
1.5 KiB
JSON

{
"manufacturer": "Kiser Designs",
"keyboard_name": "Suffer",
"maintainer": "qmk",
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["D5", "D3", "D2", "F4", "D1", "D0"],
"rows": ["E6", "B0", "B3"]
},
"processor": "atmega32u4",
"usb": {
"device_version": "0.0.1",
"pid": "0x5376",
"vid": "0x4B44"
},
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
{"matrix": [0, 2], "x": 2, "y": 0},
{"matrix": [0, 3], "x": 3, "y": 0},
{"matrix": [0, 4], "x": 4, "y": 0},
{"matrix": [0, 5], "x": 5, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.25},
{"matrix": [1, 1], "x": 1.25, "y": 1},
{"matrix": [1, 2], "x": 2.25, "y": 1},
{"matrix": [1, 3], "x": 3.25, "y": 1},
{"matrix": [1, 5], "x": 4.25, "y": 1, "w": 1.75},
{"matrix": [2, 0], "x": 0, "y": 2},
{"matrix": [2, 1], "x": 1, "y": 2},
{"matrix": [2, 2], "x": 2, "y": 2, "w": 2},
{"matrix": [2, 4], "x": 4, "y": 2},
{"matrix": [2, 5], "x": 5, "y": 2}
]
}
}
}