summaryrefslogtreecommitdiff
path: root/keyboards/edi/standaside/info.json
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-01-11 08:35:23 +0800
committerGitHub <noreply@github.com>2022-01-10 16:35:23 -0800
commitceea8ab5fe47f520a59d5ae7649c5e997bc813b2 (patch)
tree2281354b1fb2832bf146cb8fc8ddc52cbba61284 /keyboards/edi/standaside/info.json
parentf10285d800564ff9d1bbbcbe087ab36cd9a27306 (diff)
[Keyboard] move standaside into edi/ (#15798)
Diffstat (limited to 'keyboards/edi/standaside/info.json')
-rw-r--r--keyboards/edi/standaside/info.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/keyboards/edi/standaside/info.json b/keyboards/edi/standaside/info.json
new file mode 100644
index 0000000000..797a3419b7
--- /dev/null
+++ b/keyboards/edi/standaside/info.json
@@ -0,0 +1,78 @@
+{
+ "keyboard_name": "Stand Aside",
+ "url": "",
+ "maintainer": "fateeverywhere",
+ "layouts": {
+ "LAYOUT_ortho_4x16": {
+ "layout": [
+ {"x":0, "y":0},
+ {"x":1, "y":0},
+ {"x":2, "y":0},
+ {"x":3, "y":0},
+ {"x":4, "y":0},
+ {"x":5, "y":0},
+ {"x":6, "y":0},
+ {"x":7, "y":0},
+ {"x":8, "y":0},
+ {"x":9, "y":0},
+ {"x":10, "y":0},
+ {"x":11, "y":0},
+ {"x":12, "y":0},
+ {"x":13, "y":0},
+ {"x":14, "y":0},
+ {"x":15, "y":0},
+
+ {"x":0, "y":1},
+ {"x":1, "y":1},
+ {"x":2, "y":1},
+ {"x":3, "y":1},
+ {"x":4, "y":1},
+ {"x":5, "y":1},
+ {"x":6, "y":1},
+ {"x":7, "y":1},
+ {"x":8, "y":1},
+ {"x":9, "y":1},
+ {"x":10, "y":1},
+ {"x":11, "y":1},
+ {"x":12, "y":1},
+ {"x":13, "y":1},
+ {"x":14, "y":1},
+ {"x":15, "y":1},
+
+ {"x":0, "y":2},
+ {"x":1, "y":2},
+ {"x":2, "y":2},
+ {"x":3, "y":2},
+ {"x":4, "y":2},
+ {"x":5, "y":2},
+ {"x":6, "y":2},
+ {"x":7, "y":2},
+ {"x":8, "y":2},
+ {"x":9, "y":2},
+ {"x":10, "y":2},
+ {"x":11, "y":2},
+ {"x":12, "y":2},
+ {"x":13, "y":2},
+ {"x":14, "y":2},
+ {"x":15, "y":2},
+
+ {"x":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":3},
+ {"x":4, "y":3},
+ {"x":5, "y":3},
+ {"x":6, "y":3},
+ {"x":7, "y":3},
+ {"x":8, "y":3},
+ {"x":9, "y":3},
+ {"x":10, "y":3},
+ {"x":11, "y":3},
+ {"x":12, "y":3},
+ {"x":13, "y":3},
+ {"x":14, "y":3},
+ {"x":15, "y":3}
+ ]
+ }
+ }
+}