aboutsummaryrefslogtreecommitdiff
path: root/layouts/default/ortho_5x5
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/default/ortho_5x5')
-rw-r--r--layouts/default/ortho_5x5/info.json42
-rw-r--r--layouts/default/ortho_5x5/layout.json5
-rw-r--r--layouts/default/ortho_5x5/readme.md3
3 files changed, 50 insertions, 0 deletions
diff --git a/layouts/default/ortho_5x5/info.json b/layouts/default/ortho_5x5/info.json
new file mode 100644
index 000000000..ecc41d943
--- /dev/null
+++ b/layouts/default/ortho_5x5/info.json
@@ -0,0 +1,42 @@
1{
2 "keyboard_name": "5x5 ortholinear layout",
3 "url": "",
4 "maintainer": "qmk",
5 "width": 5,
6 "height": 5,
7 "layouts": {
8 "LAYOUT_ortho_5x5": {
9 "layout": [
10 {"x":0, "y":0},
11 {"x":1, "y":0},
12 {"x":2, "y":0},
13 {"x":3, "y":0},
14 {"x":4, "y":0},
15
16 {"x":0, "y":1},
17 {"x":1, "y":1},
18 {"x":2, "y":1},
19 {"x":3, "y":1},
20 {"x":4, "y":1},
21
22 {"x":0, "y":2},
23 {"x":1, "y":2},
24 {"x":2, "y":2},
25 {"x":3, "y":2},
26 {"x":4, "y":2},
27
28 {"x":0, "y":3},
29 {"x":1, "y":3},
30 {"x":2, "y":3},
31 {"x":3, "y":3},
32 {"x":4, "y":3},
33
34 {"x":0, "y":4},
35 {"x":1, "y":4},
36 {"x":2, "y":4},
37 {"x":3, "y":4},
38 {"x":4, "y":4}
39 ]
40 }
41 }
42}
diff --git a/layouts/default/ortho_5x5/layout.json b/layouts/default/ortho_5x5/layout.json
new file mode 100644
index 000000000..71f77df6e
--- /dev/null
+++ b/layouts/default/ortho_5x5/layout.json
@@ -0,0 +1,5 @@
1["","","","",""],
2["","","","",""],
3["","","","",""],
4["","","","",""],
5["","","","",""]
diff --git a/layouts/default/ortho_5x5/readme.md b/layouts/default/ortho_5x5/readme.md
new file mode 100644
index 000000000..3dd75765d
--- /dev/null
+++ b/layouts/default/ortho_5x5/readme.md
@@ -0,0 +1,3 @@
1# ortho_5x5
2
3 LAYOUT_ortho_5x5 \ No newline at end of file