summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-20 00:30:40 +0000
committerQMK Bot <hello@qmk.fm>2021-07-20 00:30:40 +0000
commitf9332747e324f4fd131c4251cbc4996c7e9eb0a3 (patch)
tree12b95ad3968d0479e60d6593766bc708ee9b61d5 /layouts
parentf493f560cc85585b336930ca551a44df10aab90c (diff)
parent7e698c71cd8b9d0cdef6c622cfdd88a13e2a6587 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ortho_1x4/readme.md3
-rw-r--r--layouts/community/ortho_2x3/layout.json2
-rw-r--r--layouts/community/ortho_2x3/readme.md3
-rw-r--r--layouts/community/ortho_2x6/layout.json2
-rw-r--r--layouts/community/ortho_2x6/readme.md3
-rw-r--r--layouts/community/ortho_5x5/layout.json6
-rw-r--r--layouts/default/ortho_2x3/default_ortho_2x3/keymap.c15
-rw-r--r--layouts/default/ortho_2x3/info.json20
-rw-r--r--layouts/default/ortho_2x3/layout.json2
-rw-r--r--layouts/default/ortho_2x3/readme.md3
-rw-r--r--layouts/default/ortho_2x6/default_ortho_2x6/keymap.c15
-rw-r--r--layouts/default/ortho_2x6/info.json26
-rw-r--r--layouts/default/ortho_2x6/layout.json2
-rw-r--r--layouts/default/ortho_2x6/readme.md3
-rw-r--r--layouts/default/ortho_5x10/default_ortho_5x10/keymap.c24
-rw-r--r--layouts/default/ortho_5x10/info.json67
-rw-r--r--layouts/default/ortho_5x10/layout.json5
-rw-r--r--layouts/default/ortho_5x10/readme.md3
-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
-rw-r--r--layouts/default/readme.md48
22 files changed, 301 insertions, 1 deletions
diff --git a/layouts/community/ortho_1x4/readme.md b/layouts/community/ortho_1x4/readme.md
new file mode 100644
index 0000000000..6ef30dd0a6
--- /dev/null
+++ b/layouts/community/ortho_1x4/readme.md
@@ -0,0 +1,3 @@
+# ortho_1x4
+
+ LAYOUT_ortho_1x4
diff --git a/layouts/community/ortho_2x3/layout.json b/layouts/community/ortho_2x3/layout.json
new file mode 100644
index 0000000000..255792193e
--- /dev/null
+++ b/layouts/community/ortho_2x3/layout.json
@@ -0,0 +1,2 @@
+["","",""],
+["","",""]
diff --git a/layouts/community/ortho_2x3/readme.md b/layouts/community/ortho_2x3/readme.md
new file mode 100644
index 0000000000..47ae0f6864
--- /dev/null
+++ b/layouts/community/ortho_2x3/readme.md
@@ -0,0 +1,3 @@
+# ortho_2x3
+
+ LAYOUT_ortho_2x3
diff --git a/layouts/community/ortho_2x6/layout.json b/layouts/community/ortho_2x6/layout.json
new file mode 100644
index 0000000000..ce609ee590
--- /dev/null
+++ b/layouts/community/ortho_2x6/layout.json
@@ -0,0 +1,2 @@
+["","","","","",""],
+["","","","","",""]
diff --git a/layouts/community/ortho_2x6/readme.md b/layouts/community/ortho_2x6/readme.md
new file mode 100644
index 0000000000..5e7c148a72
--- /dev/null
+++ b/layouts/community/ortho_2x6/readme.md
@@ -0,0 +1,3 @@
+# ortho_2x6
+
+ LAYOUT_ortho_2x6
diff --git a/layouts/community/ortho_5x5/layout.json b/layouts/community/ortho_5x5/layout.json
index ab4eef8e1b..71f77df6ed 100644
--- a/layouts/community/ortho_5x5/layout.json
+++ b/layouts/community/ortho_5x5/layout.json
@@ -1 +1,5 @@
-["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]
+["","","","",""],
+["","","","",""],
+["","","","",""],
+["","","","",""],
+["","","","",""]
diff --git a/layouts/default/ortho_2x3/default_ortho_2x3/keymap.c b/layouts/default/ortho_2x3/default_ortho_2x3/keymap.c
new file mode 100644
index 0000000000..a38146d020
--- /dev/null
+++ b/layouts/default/ortho_2x3/default_ortho_2x3/keymap.c
@@ -0,0 +1,15 @@
+#include QMK_KEYBOARD_H
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ /*
+ * ┌───┬───┬───┐
+ * │ A │ B │ C │
+ * ├───┼───┼───┤
+ * │ D │ E │ F │
+ * └───┴───┴───┘
+ */
+ [0] = LAYOUT_ortho_2x3(
+ KC_A, KC_B, KC_C,
+ KC_D, KC_E, KC_F
+ )
+};
diff --git a/layouts/default/ortho_2x3/info.json b/layouts/default/ortho_2x3/info.json
new file mode 100644
index 0000000000..d39e5cc8d4
--- /dev/null
+++ b/layouts/default/ortho_2x3/info.json
@@ -0,0 +1,20 @@
+{
+ "keyboard_name": "2x3 ortholinear layout",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 3,
+ "height": 2,
+ "layouts": {
+ "LAYOUT_ortho_2x3": {
+ "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}
+ ]
+ }
+ }
+}
diff --git a/layouts/default/ortho_2x3/layout.json b/layouts/default/ortho_2x3/layout.json
new file mode 100644
index 0000000000..255792193e
--- /dev/null
+++ b/layouts/default/ortho_2x3/layout.json
@@ -0,0 +1,2 @@
+["","",""],
+["","",""]
diff --git a/layouts/default/ortho_2x3/readme.md b/layouts/default/ortho_2x3/readme.md
new file mode 100644
index 0000000000..47ae0f6864
--- /dev/null
+++ b/layouts/default/ortho_2x3/readme.md
@@ -0,0 +1,3 @@
+# ortho_2x3
+
+ LAYOUT_ortho_2x3
diff --git a/layouts/default/ortho_2x6/default_ortho_2x6/keymap.c b/layouts/default/ortho_2x6/default_ortho_2x6/keymap.c
new file mode 100644
index 0000000000..1c8a6b7ef9
--- /dev/null
+++ b/layouts/default/ortho_2x6/default_ortho_2x6/keymap.c
@@ -0,0 +1,15 @@
+#include QMK_KEYBOARD_H
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ /*
+ * ┌───┬───┬───┬───┬───┬───┐
+ * │ A │ B │ C │ D │ E │ F │
+ * ├───┼───┼───┼───┼───┼───┤
+ * │ G │ H │ I │ J │ K │ L │
+ * └───┴───┴───┴───┴───┴───┘
+ */
+ [0] = LAYOUT_ortho_2x6(
+ KC_A, KC_B, KC_C, KC_D, KC_E, KC_F,
+ KC_G, KC_H, KC_I, KC_J, KC_K, KC_L
+ )
+};
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}
+ ]
+ }
+ }
+}
diff --git a/layouts/default/ortho_2x6/layout.json b/layouts/default/ortho_2x6/layout.json
new file mode 100644
index 0000000000..ce609ee590
--- /dev/null
+++ b/layouts/default/ortho_2x6/layout.json
@@ -0,0 +1,2 @@
+["","","","","",""],
+["","","","","",""]
diff --git a/layouts/default/ortho_2x6/readme.md b/layouts/default/ortho_2x6/readme.md
new file mode 100644
index 0000000000..5e7c148a72
--- /dev/null
+++ b/layouts/default/ortho_2x6/readme.md
@@ -0,0 +1,3 @@
+# ortho_2x6
+
+ LAYOUT_ortho_2x6
diff --git a/layouts/default/ortho_5x10/default_ortho_5x10/keymap.c b/layouts/default/ortho_5x10/default_ortho_5x10/keymap.c
new file mode 100644
index 0000000000..1f935473e2
--- /dev/null
+++ b/layouts/default/ortho_5x10/default_ortho_5x10/keymap.c
@@ -0,0 +1,24 @@
+#include QMK_KEYBOARD_H
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ /*
+ * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
+ * │ A │ B │ C │ D │ E │ F │ G │ H │ I │ J │
+ * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
+ * │ A │ B │ C │ D │ E │ F │ G │ H │ I │ J │
+ * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
+ * │ A │ B │ C │ D │ E │ F │ G │ H │ I │ J │
+ * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
+ * │ A │ B │ C │ D │ E │ F │ G │ H │ I │ J │
+ * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
+ * │ A │ B │ C │ D │ E │ F │ G │ H │ I │ J │
+ * └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
+ */
+ [0] = LAYOUT_ortho_5x10(
+ KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J,
+ KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J,
+ KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J,
+ KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J,
+ KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J
+ )
+};
diff --git a/layouts/default/ortho_5x10/info.json b/layouts/default/ortho_5x10/info.json
new file mode 100644
index 0000000000..bd79e6ad91
--- /dev/null
+++ b/layouts/default/ortho_5x10/info.json
@@ -0,0 +1,67 @@
+{
+ "keyboard_name": "5x10 ortholinear layout",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 10,
+ "height": 5,
+ "layouts": {
+ "LAYOUT_ortho_5x10": {
+ "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":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":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":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":3},
+ {"x":4, "y":3},
+ {"x":5, "y":3},
+ {"x":6, "y":3},
+ {"x":7, "y":3},
+ {"x":8, "y":3},
+ {"x":9, "y":3},
+
+ {"x":0, "y":4},
+ {"x":1, "y":4},
+ {"x":2, "y":4},
+ {"x":3, "y":4},
+ {"x":4, "y":4},
+ {"x":5, "y":4},
+ {"x":6, "y":4},
+ {"x":7, "y":4},
+ {"x":8, "y":4},
+ {"x":9, "y":4},
+ ]
+ }
+ }
+}
diff --git a/layouts/default/ortho_5x10/layout.json b/layouts/default/ortho_5x10/layout.json
new file mode 100644
index 0000000000..79dde3e742
--- /dev/null
+++ b/layouts/default/ortho_5x10/layout.json
@@ -0,0 +1,5 @@
+[{a:7},"","","","","","","","","",""],
+["","","","","","","","","",""],
+["","","","","","","","","",""],
+["","","","","","","","","",""],
+["","","","","","","","","",""]
diff --git a/layouts/default/ortho_5x10/readme.md b/layouts/default/ortho_5x10/readme.md
new file mode 100644
index 0000000000..5c94f8eca8
--- /dev/null
+++ b/layouts/default/ortho_5x10/readme.md
@@ -0,0 +1,3 @@
+# ortho_5x10
+
+ LAYOUT_ortho_5x10
diff --git a/layouts/default/ortho_5x5/info.json b/layouts/default/ortho_5x5/info.json
new file mode 100644
index 0000000000..ecc41d9437
--- /dev/null
+++ b/layouts/default/ortho_5x5/info.json
@@ -0,0 +1,42 @@
+{
+ "keyboard_name": "5x5 ortholinear layout",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 5,
+ "height": 5,
+ "layouts": {
+ "LAYOUT_ortho_5x5": {
+ "layout": [
+ {"x":0, "y":0},
+ {"x":1, "y":0},
+ {"x":2, "y":0},
+ {"x":3, "y":0},
+ {"x":4, "y":0},
+
+ {"x":0, "y":1},
+ {"x":1, "y":1},
+ {"x":2, "y":1},
+ {"x":3, "y":1},
+ {"x":4, "y":1},
+
+ {"x":0, "y":2},
+ {"x":1, "y":2},
+ {"x":2, "y":2},
+ {"x":3, "y":2},
+ {"x":4, "y":2},
+
+ {"x":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":3},
+ {"x":4, "y":3},
+
+ {"x":0, "y":4},
+ {"x":1, "y":4},
+ {"x":2, "y":4},
+ {"x":3, "y":4},
+ {"x":4, "y":4}
+ ]
+ }
+ }
+}
diff --git a/layouts/default/ortho_5x5/layout.json b/layouts/default/ortho_5x5/layout.json
new file mode 100644
index 0000000000..71f77df6ed
--- /dev/null
+++ b/layouts/default/ortho_5x5/layout.json
@@ -0,0 +1,5 @@
+["","","","",""],
+["","","","",""],
+["","","","",""],
+["","","","",""],
+["","","","",""]
diff --git a/layouts/default/ortho_5x5/readme.md b/layouts/default/ortho_5x5/readme.md
new file mode 100644
index 0000000000..3dd75765d1
--- /dev/null
+++ b/layouts/default/ortho_5x5/readme.md
@@ -0,0 +1,3 @@
+# ortho_5x5
+
+ LAYOUT_ortho_5x5 \ No newline at end of file
diff --git a/layouts/default/readme.md b/layouts/default/readme.md
index eca77e6930..1acc16d94f 100644
--- a/layouts/default/readme.md
+++ b/layouts/default/readme.md
@@ -661,6 +661,24 @@ LAYOUT_numpad_6x4
### Ortholinear Layouts
```
+LAYOUT_ortho_2x3
+┌───┬───┬───┐
+│ │ │ │
+├───┼───┼───┤
+│ │ │ │
+└───┴───┴───┘
+```
+
+```
+LAYOUT_ortho_2x6
+┌───┬───┬───┬───┬───┬───┐
+│ │ │ │ │ │ │
+├───┼───┼───┼───┼───┼───┤
+│ │ │ │ │ │ │
+└───┴───┴───┴───┴───┴───┘
+```
+
+```
LAYOUT_ortho_3x10
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
│ │ │ │ │ │ │ │ │ │ │
@@ -711,6 +729,36 @@ LAYOUT_ortho_4x4
```
```
+LAYOUT_ortho_5x5
+┌───┬───┬───┬───┬───┐
+│ │ │ │ │ │
+├───┼───┼───┼───┼───┤
+│ │ │ │ │ │
+├───┼───┼───┼───┼───┤
+│ │ │ │ │ │
+├───┼───┼───┼───┼───┤
+│ │ │ │ │ │
+├───┼───┼───┼───┼───┤
+│ │ │ │ │ │
+└───┴───┴───┴───┴───┘
+```
+
+```
+LAYOUT_ortho_5x10
+┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
+│ │ │ │ │ │ │ │ │ │ │
+├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
+│ │ │ │ │ │ │ │ │ │ │
+├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
+│ │ │ │ │ │ │ │ │ │ │
+├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
+│ │ │ │ │ │ │ │ │ │ │
+├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
+│ │ │ │ │ │ │ │ │ │ │
+└───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
+```
+
+```
LAYOUT_ortho_5x12
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
│ │ │ │ │ │ │ │ │ │ │ │ │