forked from mirrors/qmk_firmware
357eeafd39
* rename LAYOUT to LAYOUT_ortho_3x3 * info.json: correct maintainer value Field is intended to reference the maintainer's GitHub username.
30 lines
864 B
JSON
30 lines
864 B
JSON
{
|
|
"manufacturer": "keyquest",
|
|
"keyboard_name": "Enclave-1",
|
|
"maintainer": "keyquesttech",
|
|
"usb": {
|
|
"vid": "0x1117",
|
|
"pid": "0x0E0E",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"layout_aliases": {
|
|
"LAYOUT": "LAYOUT_ortho_3x3"
|
|
},
|
|
"layouts": {
|
|
"LAYOUT_ortho_3x3": {
|
|
"layout": [
|
|
{ "matrix": [0, 0], "x": 0, "y": 0 },
|
|
{ "matrix": [0, 1], "x": 1, "y": 0 },
|
|
{ "matrix": [0, 2], "x": 2, "y": 0 },
|
|
|
|
{ "matrix": [1, 0], "x": 0, "y": 1 },
|
|
{ "matrix": [1, 1], "x": 1, "y": 1 },
|
|
{ "matrix": [1, 2], "x": 2, "y": 1 },
|
|
|
|
{ "matrix": [2, 0], "x": 0, "y": 2 },
|
|
{ "matrix": [2, 1], "x": 1, "y": 2 },
|
|
{ "matrix": [2, 2], "x": 2, "y": 2 }
|
|
]
|
|
}
|
|
}
|
|
}
|