summaryrefslogtreecommitdiff
path: root/keyboards/z12/info.json
diff options
context:
space:
mode:
authorSergi Meseguer <zigotica@gmail.com>2021-09-28 07:10:10 +0200
committerGitHub <noreply@github.com>2021-09-27 22:10:10 -0700
commit574b3d8a5a6891fff6d8058abc5c091f65f8dec2 (patch)
tree6e87885578198b5447afac36151d0d2908eaa017 /keyboards/z12/info.json
parent2742d0c4c119c35980997ee43d9ce0fc412ec250 (diff)
[Keyboard] z12 micropad by zigotica (#14583)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/z12/info.json')
-rw-r--r--keyboards/z12/info.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/z12/info.json b/keyboards/z12/info.json
new file mode 100644
index 0000000000..3ae8937571
--- /dev/null
+++ b/keyboards/z12/info.json
@@ -0,0 +1,26 @@
+{
+ "keyboard_name": "z12",
+ "url": "https://github.com/zigotica/mechanical-keyboards/tree/main/z12",
+ "maintainer": "@zigotica",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"x": 1, "y": 0},
+ {"x": 2, "y": 0},
+
+ {"x": 0, "y": 0.5},
+ {"x": 1, "y": 1},
+ {"x": 2, "y": 1},
+ {"x": 3, "y": 0.5},
+
+ {"x": 0.5, "y": 2},
+ {"x": 1.5, "y": 2},
+ {"x": 2.5, "y": 2},
+
+ {"x": 0.5, "y": 3},
+ {"x": 1.5, "y": 3},
+ {"x": 2.5, "y": 3},
+ ]
+ }
+ }
+}