summaryrefslogtreecommitdiffstats
path: root/keyboards/program_yoink/ortho/info.json
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-23 02:03:09 +0000
committerQMK Bot <hello@qmk.fm>2021-01-23 02:03:09 +0000
commit08b37a58bb1c6eb624fe59d863a777f87ecdb741 (patch)
tree6e4e5fd5d0261dede9488f2a668416d140154306 /keyboards/program_yoink/ortho/info.json
parenta07c2a137708f8e2b6e1440d386569b97d613cc5 (diff)
parent3a7573436ae6ab20973389a4051a8785399539f2 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/program_yoink/ortho/info.json')
-rw-r--r--keyboards/program_yoink/ortho/info.json118
1 files changed, 118 insertions, 0 deletions
diff --git a/keyboards/program_yoink/ortho/info.json b/keyboards/program_yoink/ortho/info.json
new file mode 100644
index 0000000000..0da81298ef
--- /dev/null
+++ b/keyboards/program_yoink/ortho/info.json
@@ -0,0 +1,118 @@
+{
+ "keyboard_name": "program_yoink",
+ "url": "",
+ "maintainer": "melonbred",
+ "width": 13.5,
+ "height": 4.25,
+ "layouts": {
+ "LAYOUT_ortho": {
+ "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.5, "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.5, "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.25, "y":2.25},
+ {"x":12.5, "y":2},
+
+ {"x":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3, "w":7},
+ {"x":9, "y":3},
+ {"x":10.25, "y":3.25},
+ {"x":11.25, "y":3.25},
+ {"x":12.25, "y":3.25}
+ ]
+ },
+ "LAYOUT_ortho_split": {
+ "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.5, "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.5, "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.25, "y":2.25},
+ {"x":12.5, "y":2},
+
+ {"x":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":3, "w":2.75},
+ {"x":5.75, "y":3, "w":2.25},
+ {"x":8, "y":3},
+ {"x":9, "y":3},
+ {"x":10.25, "y":3.25},
+ {"x":11.25, "y":3.25},
+ {"x":12.25, "y":3.25}
+ ]
+ }
+ }
+}