Added support for keyquest keyboards (#17667)

Co-authored-by: Mathiaszmrga <mmoragrega@centro.edu.mx>
This commit is contained in:
keyquest.tech
2022-08-06 01:30:05 -05:00
committed by GitHub
parent 10ad238944
commit 07fc37541d
8 changed files with 221 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"manufacturer": "keyquest",
"keyboard_name": "Enclave-1",
"maintainer": "the keyquest team",
"usb": {
"vid": "0x1117",
"pid": "0x0E0E",
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT": {
"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 }
]
}
}
}