e933e0411f
Co-authored-by: Nick Brassel <nick@tzarc.org>
33 lines
893 B
JSON
33 lines
893 B
JSON
{
|
|
"keyboard_name": "SHK9",
|
|
"manufacturer": "Superhuman",
|
|
"url": "http://superhuman.website",
|
|
"maintainer": "Sam Hudson",
|
|
"usb": {
|
|
"vid": "0x5348",
|
|
"pid": "0x4B39",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B3", "B4", "B5"],
|
|
"rows": ["B0", "B1", "B2"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"processor": "atmega32u4",
|
|
"bootloader": "atmel-dfu",
|
|
"layouts": {
|
|
"LAYOUT_ortho_3x3": {
|
|
"layout": [
|
|
{"label":"7", "x":0, "y":0},
|
|
{"label":"8", "x":1, "y":0},
|
|
{"label":"9", "x":2, "y":0},
|
|
{"label":"4", "x":0, "y":1},
|
|
{"label":"5", "x":1, "y":1},
|
|
{"label":"6", "x":2, "y":1},
|
|
{"label":"1", "x":0, "y":2},
|
|
{"label":"2", "x":1, "y":2},
|
|
{"label":"3", "x":2, "y":2}
|
|
]
|
|
}
|
|
}
|
|
}
|