summaryrefslogtreecommitdiff
path: root/keyboards/keyquest/enclave/info.json
diff options
context:
space:
mode:
authorkeyquest.tech <109129639+keyquesttech@users.noreply.github.com>2022-08-06 01:30:05 -0500
committerGitHub <noreply@github.com>2022-08-06 16:30:05 +1000
commit07fc37541d80a4eaad7ce0b14d780d24c9f8090b (patch)
treecaf084910a3a64e7b9ff514c0f2ce9f14fc57ed9 /keyboards/keyquest/enclave/info.json
parent10ad2389442c00c32714f6e9a6766e9e7bdec2c2 (diff)
Added support for keyquest keyboards (#17667)
Co-authored-by: Mathiaszmrga <mmoragrega@centro.edu.mx>
Diffstat (limited to 'keyboards/keyquest/enclave/info.json')
-rw-r--r--keyboards/keyquest/enclave/info.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/keyquest/enclave/info.json b/keyboards/keyquest/enclave/info.json
new file mode 100644
index 0000000000..da42594e70
--- /dev/null
+++ b/keyboards/keyquest/enclave/info.json
@@ -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 }
+ ]
+ }
+ }
+} \ No newline at end of file