summaryrefslogtreecommitdiffstats
path: root/layouts/default/ortho_3x3/info.json
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-11-30 06:38:02 +0000
committerGitHub <noreply@github.com>2022-11-30 06:38:02 +0000
commit2d45e5e4b464d0fc7e83d4065da9e797c7c4d580 (patch)
treee98f7c0058bdc5bdb22dfbecabf9634a2956c5d1 /layouts/default/ortho_3x3/info.json
parente0d0d81dfa7bf5bc492318d80f16f51722d69471 (diff)
Add ortho_3x3 community layout (#19210)
Diffstat (limited to 'layouts/default/ortho_3x3/info.json')
-rw-r--r--layouts/default/ortho_3x3/info.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/layouts/default/ortho_3x3/info.json b/layouts/default/ortho_3x3/info.json
new file mode 100644
index 0000000000..4e0def90f4
--- /dev/null
+++ b/layouts/default/ortho_3x3/info.json
@@ -0,0 +1,22 @@
+{
+ "keyboard_name": "3x3 ortholinear layout",
+ "url": "",
+ "maintainer": "qmk",
+ "layouts": {
+ "LAYOUT_ortho_3x3": {
+ "layout": [
+ {"x":0, "y":0},
+ {"x":1, "y":0},
+ {"x":2, "y":0},
+
+ {"x":0, "y":1},
+ {"x":1, "y":1},
+ {"x":2, "y":1},
+
+ {"x":0, "y":2},
+ {"x":1, "y":2},
+ {"x":2, "y":2}
+ ]
+ }
+ }
+}