qmk_firmware/keyboards/keyquest/enclave/info.json
James Young 357eeafd39
Keyquest Enclave-1: rename LAYOUT to LAYOUT_ortho_3x3 (#18494)
* rename LAYOUT to LAYOUT_ortho_3x3

* info.json: correct maintainer value

Field is intended to reference the maintainer's GitHub username.
2022-09-27 00:43:33 +01:00

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 }
]
}
}
}