summaryrefslogtreecommitdiff
path: root/keyboards/pica40/info.json
diff options
context:
space:
mode:
authorEvgenii Vilkov <zzeneg@gmail.com>2022-12-30 01:53:31 +0100
committerGitHub <noreply@github.com>2022-12-30 11:53:31 +1100
commitced8142847e7c6a1e0e260017131e34e3da1b0ff (patch)
tree35f65396f0119a39f04d96cdb133671cc07a3f5b /keyboards/pica40/info.json
parenta7ff2b8d54e1b56c5c25f4a7b6c8c5d9dedee2ab (diff)
[Keyboard] Add Pica40 (#19220)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/pica40/info.json')
-rw-r--r--keyboards/pica40/info.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/keyboards/pica40/info.json b/keyboards/pica40/info.json
new file mode 100644
index 0000000000..6c9dbb76d9
--- /dev/null
+++ b/keyboards/pica40/info.json
@@ -0,0 +1,52 @@
+{
+ "keyboard_name": "pica40",
+ "manufacturer": "zzeneg",
+ "url": "https://github.com/zzeneg/pica40",
+ "maintainer": "zzeneg",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ { "matrix": [0, 0], "x": 1, "y": 0 },
+ { "matrix": [0, 1], "x": 2, "y": 0 },
+ { "matrix": [0, 2], "x": 3, "y": 0 },
+ { "matrix": [0, 3], "x": 4, "y": 0 },
+ { "matrix": [0, 4], "x": 5, "y": 0 },
+ { "matrix": [4, 4], "x": 6, "y": 0 },
+ { "matrix": [4, 3], "x": 7, "y": 0 },
+ { "matrix": [4, 2], "x": 8, "y": 0 },
+ { "matrix": [4, 1], "x": 9, "y": 0 },
+ { "matrix": [4, 0], "x": 10, "y": 0 },
+ { "matrix": [3, 0], "x": 0, "y": 1 },
+ { "matrix": [1, 0], "x": 1, "y": 1 },
+ { "matrix": [1, 1], "x": 2, "y": 1 },
+ { "matrix": [1, 2], "x": 3, "y": 1 },
+ { "matrix": [1, 3], "x": 4, "y": 1 },
+ { "matrix": [1, 4], "x": 5, "y": 1 },
+ { "matrix": [5, 4], "x": 6, "y": 1 },
+ { "matrix": [5, 3], "x": 7, "y": 1 },
+ { "matrix": [5, 2], "x": 8, "y": 1 },
+ { "matrix": [5, 1], "x": 9, "y": 1 },
+ { "matrix": [5, 0], "x": 10, "y": 1 },
+ { "matrix": [7, 0], "x": 11, "y": 1 },
+ { "matrix": [3, 1], "x": 0, "y": 2 },
+ { "matrix": [2, 0], "x": 1, "y": 2 },
+ { "matrix": [2, 1], "x": 2, "y": 2 },
+ { "matrix": [2, 2], "x": 3, "y": 2 },
+ { "matrix": [2, 3], "x": 4, "y": 2 },
+ { "matrix": [2, 4], "x": 5, "y": 2 },
+ { "matrix": [6, 4], "x": 6, "y": 2 },
+ { "matrix": [6, 3], "x": 7, "y": 2 },
+ { "matrix": [6, 2], "x": 8, "y": 2 },
+ { "matrix": [6, 1], "x": 9, "y": 2 },
+ { "matrix": [6, 0], "x": 10, "y": 2 },
+ { "matrix": [7, 1], "x": 11, "y": 2 },
+ { "matrix": [3, 2], "x": 3, "y": 3 },
+ { "matrix": [3, 3], "x": 4, "y": 3 },
+ { "matrix": [3, 4], "x": 5, "y": 3 },
+ { "matrix": [7, 4], "x": 6, "y": 3 },
+ { "matrix": [7, 3], "x": 7, "y": 3 },
+ { "matrix": [7, 2], "x": 8, "y": 3 }
+ ]
+ }
+ }
+}