summaryrefslogtreecommitdiff
path: root/keyboards/qvex
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2023-09-14 15:47:03 -0700
committerGitHub <noreply@github.com>2023-09-14 23:47:03 +0100
commit3d86b925113043759bc9dd1cc73d41e84b5d28bb (patch)
tree51fa776745336e01c8fd85954a904fbc514b8694 /keyboards/qvex
parent46d679ab119157d604eb679c2248bd402eebd666 (diff)
QVEX Tech Lynepad2 Layout Update (#22030)
* Add layout/matrix diagram [docs] * Update layout data Update layout data to disambiguate the key/joystick/thumbpad functions in Configurator. [chore]
Diffstat (limited to 'keyboards/qvex')
-rw-r--r--keyboards/qvex/lynepad2/info.json18
-rw-r--r--keyboards/qvex/lynepad2/matrix_diagram.md21
2 files changed, 32 insertions, 7 deletions
diff --git a/keyboards/qvex/lynepad2/info.json b/keyboards/qvex/lynepad2/info.json
index 02b6198bcd..4230fd63e0 100644
--- a/keyboards/qvex/lynepad2/info.json
+++ b/keyboards/qvex/lynepad2/info.json
@@ -50,20 +50,24 @@
{ "matrix": [0, 1], "x": 1, "y": 0 },
{ "matrix": [0, 2], "x": 2, "y": 0 },
{ "matrix": [0, 3], "x": 3, "y": 0 },
+
{ "matrix": [1, 0], "x": 0, "y": 1 },
{ "matrix": [1, 1], "x": 1, "y": 1 },
{ "matrix": [1, 2], "x": 2, "y": 1 },
{ "matrix": [1, 3], "x": 3, "y": 1 },
+
{ "matrix": [2, 0], "x": 0, "y": 2 },
{ "matrix": [2, 1], "x": 1, "y": 2 },
{ "matrix": [2, 2], "x": 2, "y": 2 },
- { "matrix": [3, 0], "x": 0, "y": 3 },
- { "matrix": [3, 1], "x": 1, "y": 3 },
- { "matrix": [3, 2], "x": 2, "y": 3 },
- { "matrix": [3, 3], "x": 3, "y": 3 },
- { "matrix": [4, 0], "x": 0, "y": 4 },
- { "matrix": [4, 1], "x": 1, "y": 4 }
+
+ { "matrix": [3, 0], "x": 4.75, "y": 1.3 },
+ { "matrix": [3, 1], "x": 4.75, "y": 3.7 },
+ { "matrix": [3, 2], "x": 3.55, "y": 2.5 },
+ { "matrix": [3, 3], "x": 5.95, "y": 2.5 },
+ { "matrix": [4, 0], "x": 4.55, "y": 2.3, "w": 1.4, "h": 1.4 },
+
+ { "matrix": [4, 1], "x": 3.4, "y": 5.2, "w": 1.6, "h": 1.6 }
]
}
}
-} \ No newline at end of file
+}
diff --git a/keyboards/qvex/lynepad2/matrix_diagram.md b/keyboards/qvex/lynepad2/matrix_diagram.md
new file mode 100644
index 0000000000..29ab7d6d25
--- /dev/null
+++ b/keyboards/qvex/lynepad2/matrix_diagram.md
@@ -0,0 +1,21 @@
+# Matrix Diagram for QVEX Tech Lynepad
+
+```
+┌───┬───┬───┬───┐
+│00 │01 │02 │03 │
+├───┼───┼───┼───┤
+│10 │11 │12 │13 │ ┌───┐
+├───┼───┼───┼───┘╱ │30 │ ╲
+│20 │21 │22 │ ┌───┼───┼───┐
+└───┴───┴───┘ │32 │40 │33 │
+ └───┼───┼───┘
+ ╲ │31 │ ╱
+ └───┘
+ ┌───┐
+ ╱ │ │ ╲
+ ┌───┼───┼───┐
+ │ │41 │ │
+ └───┼───┼───┘
+ ╲ │ │ ╱
+ └───┘
+```