summaryrefslogtreecommitdiff
path: root/layouts/default/ortho_2x6/info.json
diff options
context:
space:
mode:
authorSuschman <Suschman@users.noreply.github.com>2021-07-20 02:30:09 +0200
committerGitHub <noreply@github.com>2021-07-19 17:30:09 -0700
commit7e698c71cd8b9d0cdef6c622cfdd88a13e2a6587 (patch)
treef94f7ba52479e650a90200095cb21f4e0c1a7846 /layouts/default/ortho_2x6/info.json
parent046429fa87ab26bd131c262e590aa6cd03dd9f75 (diff)
Six Pack and ortho_ layout updates (#13587)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Suschman <suschman@gmail.com>
Diffstat (limited to 'layouts/default/ortho_2x6/info.json')
-rw-r--r--layouts/default/ortho_2x6/info.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/layouts/default/ortho_2x6/info.json b/layouts/default/ortho_2x6/info.json
new file mode 100644
index 0000000000..5a421ed903
--- /dev/null
+++ b/layouts/default/ortho_2x6/info.json
@@ -0,0 +1,26 @@
+{
+ "keyboard_name": "2x6 ortholinear layout",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 6,
+ "height": 2,
+ "layouts": {
+ "LAYOUT_ortho_2x6": {
+ "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}
+ ]
+ }
+ }
+}