diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-20 00:30:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-20 00:30:40 +0000 |
commit | f9332747e324f4fd131c4251cbc4996c7e9eb0a3 (patch) | |
tree | 12b95ad3968d0479e60d6593766bc708ee9b61d5 /layouts/community | |
parent | f493f560cc85585b336930ca551a44df10aab90c (diff) | |
parent | 7e698c71cd8b9d0cdef6c622cfdd88a13e2a6587 (diff) | |
download | qmk_firmware-f9332747e324f4fd131c4251cbc4996c7e9eb0a3.tar.gz qmk_firmware-f9332747e324f4fd131c4251cbc4996c7e9eb0a3.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/community')
-rw-r--r-- | layouts/community/ortho_1x4/readme.md | 3 | ||||
-rw-r--r-- | layouts/community/ortho_2x3/layout.json | 2 | ||||
-rw-r--r-- | layouts/community/ortho_2x3/readme.md | 3 | ||||
-rw-r--r-- | layouts/community/ortho_2x6/layout.json | 2 | ||||
-rw-r--r-- | layouts/community/ortho_2x6/readme.md | 3 | ||||
-rw-r--r-- | layouts/community/ortho_5x5/layout.json | 6 |
6 files changed, 18 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 @@ -["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""] +["","","","",""], +["","","","",""], +["","","","",""], +["","","","",""], +["","","","",""] |