summaryrefslogtreecommitdiffstats
path: root/layouts/default/ortho_4x6/info.json
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-08-29 11:10:11 +0000
committerQMK Bot <hello@qmk.fm>2021-08-29 11:10:11 +0000
commit55d6956553c58346d2815851cc02a5376ecdb10a (patch)
treeb046339cf9e2df82511a2563d0892e677c060fa8 /layouts/default/ortho_4x6/info.json
parent8800adc533cd6ce80e6e639090d5f8565f136a54 (diff)
parentf87cd8e8a02bf89d05737a19fd54e8ec6f63f90f (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/default/ortho_4x6/info.json')
-rw-r--r--layouts/default/ortho_4x6/info.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/layouts/default/ortho_4x6/info.json b/layouts/default/ortho_4x6/info.json
new file mode 100644
index 0000000000..64ee28dc60
--- /dev/null
+++ b/layouts/default/ortho_4x6/info.json
@@ -0,0 +1,40 @@
+{
+ "keyboard_name": "4x6 ortholinear layout",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 4,
+ "height": 4,
+ "layouts": {
+ "LAYOUT_ortho_4x6": {
+ "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":0, "y":1},
+ {"x":1, "y":1},
+ {"x":2, "y":1},
+ {"x":3, "y":1},
+ {"x":4, "y":1},
+ {"x":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":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":3},
+ {"x":4, "y":3},
+ {"x":5, "y":3}
+ ]
+ }
+ }
+}