forked from mirrors/qmk_firmware
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"keyboard_name": "Handwire 101",
|
|
"manufacturer": "cKeys",
|
|
"url": "https://ckeys.org/slides/handwire/",
|
|
"maintainer": "brandenbyers",
|
|
"usb": {
|
|
"vid": "0xFEED",
|
|
"pid": "0x6060",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["D4", "C6", "D7", "E6"],
|
|
"rows": ["F4", "F5", "F6", "F7"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"processor": "atmega32u4",
|
|
"bootloader": "caterina",
|
|
"layout_aliases": {
|
|
"LAYOUT": "LAYOUT_ortho_4x4"
|
|
},
|
|
"layouts": {
|
|
"LAYOUT_ortho_4x4": {
|
|
"layout": [
|
|
{"x":0, "y":0},
|
|
{"x":1, "y":0},
|
|
{"x":2, "y":0},
|
|
{"x":3, "y":0},
|
|
|
|
{"x":0, "y":1},
|
|
{"x":1, "y":1},
|
|
{"x":2, "y":1},
|
|
{"x":3, "y":1},
|
|
|
|
{"x":0, "y":2},
|
|
{"x":1, "y":2},
|
|
{"x":2, "y":2},
|
|
{"x":3, "y":2},
|
|
|
|
{"x":0, "y":3},
|
|
{"x":1, "y":3},
|
|
{"x":2, "y":3},
|
|
{"x":3, "y":3}
|
|
]
|
|
}
|
|
}
|
|
}
|