vial-qmk/keyboards/kiserdesigns/suffer/v2/info.json
NCKiser ba4efcdfe7
Add CAPS_WORD to feature list on V2, add image to readme (#716)
* Add Suffer V1 and V2

New Keyboard

* Update copyright, add readme

Need to add Imgur link once Imgur comes back online

* Add image to readme

* Add caps_word to feature list. (keycode 0x7C73)
2024-04-14 19:39:52 -06:00

54 lines
1.7 KiB
JSON

{
"manufacturer": "Kiser Designs",
"keyboard_name": "Suffer V2",
"maintainer": "qmk",
"bootloader": "stm32-dfu",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"caps_word": true,
"nkro": true
},
"matrix_pins": {
"direct": [
[ "B14", "B15", "A8", "A14", "A0", "A2" ],
[ "B13", "B12", "B11", "B0", "A4", "A3" ],
[ "B10", "B2", "B1", "A7", "A6", "A5" ]
]
},
"processor": "STM32F072",
"usb": {
"device_version": "0.2.0",
"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},
{"matrix": [1, 1], "x": 1, "y": 1},
{"matrix": [1, 2], "x": 2, "y": 1},
{"matrix": [1, 3], "x": 3, "y": 1},
{"matrix": [1, 4], "x": 4, "y": 1},
{"matrix": [1, 5], "x": 5, "y": 1},
{"matrix": [2, 0], "x": 0, "y": 2},
{"matrix": [2, 1], "x": 1, "y": 2},
{"matrix": [2, 2], "x": 2, "y": 2},
{"matrix": [2, 3], "x": 3, "y": 2},
{"matrix": [2, 4], "x": 4, "y": 2},
{"matrix": [2, 5], "x": 5, "y": 2}
]
}
}
}