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.
This commit is contained in:
James Young
2022-09-26 16:43:33 -07:00
committed by GitHub
parent b521641c50
commit 357eeafd39
3 changed files with 14 additions and 11 deletions

View File

@@ -1,14 +1,17 @@
{
"manufacturer": "keyquest",
"keyboard_name": "Enclave-1",
"maintainer": "the keyquest team",
"maintainer": "keyquesttech",
"usb": {
"vid": "0x1117",
"pid": "0x0E0E",
"device_version": "0.0.1"
},
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_3x3"
},
"layouts": {
"LAYOUT": {
"LAYOUT_ortho_3x3": {
"layout": [
{ "matrix": [0, 0], "x": 0, "y": 0 },
{ "matrix": [0, 1], "x": 1, "y": 0 },
@@ -24,4 +27,4 @@
]
}
}
}
}