diff options
author | Suschman <Suschman@users.noreply.github.com> | 2021-07-20 02:30:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 17:30:09 -0700 |
commit | 7e698c71cd8b9d0cdef6c622cfdd88a13e2a6587 (patch) | |
tree | f94f7ba52479e650a90200095cb21f4e0c1a7846 /layouts/default/readme.md | |
parent | 046429fa87ab26bd131c262e590aa6cd03dd9f75 (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/readme.md')
-rw-r--r-- | layouts/default/readme.md | 48 |
1 files changed, 48 insertions, 0 deletions
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 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ │ │ │ │ │ │ │ │ │ │ │ │ │ |