Six Pack and ortho_ layout updates (#13587)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Suschman <suschman@gmail.com>
This commit is contained in:
parent
046429fa87
commit
7e698c71cd
39 changed files with 335 additions and 19 deletions
|
@ -660,6 +660,24 @@ LAYOUT_numpad_6x4
|
|||
|
||||
### Ortholinear Layouts
|
||||
|
||||
```
|
||||
LAYOUT_ortho_2x3
|
||||
┌───┬───┬───┐
|
||||
│ │ │ │
|
||||
├───┼───┼───┤
|
||||
│ │ │ │
|
||||
└───┴───┴───┘
|
||||
```
|
||||
|
||||
```
|
||||
LAYOUT_ortho_2x6
|
||||
┌───┬───┬───┬───┬───┬───┐
|
||||
│ │ │ │ │ │ │
|
||||
├───┼───┼───┼───┼───┼───┤
|
||||
│ │ │ │ │ │ │
|
||||
└───┴───┴───┴───┴───┴───┘
|
||||
```
|
||||
|
||||
```
|
||||
LAYOUT_ortho_3x10
|
||||
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
|
||||
|
@ -710,6 +728,36 @@ LAYOUT_ortho_4x4
|
|||
└───┴───┴───┴───┘
|
||||
```
|
||||
|
||||
```
|
||||
LAYOUT_ortho_5x5
|
||||
┌───┬───┬───┬───┬───┐
|
||||
│ │ │ │ │ │
|
||||
├───┼───┼───┼───┼───┤
|
||||
│ │ │ │ │ │
|
||||
├───┼───┼───┼───┼───┤
|
||||
│ │ │ │ │ │
|
||||
├───┼───┼───┼───┼───┤
|
||||
│ │ │ │ │ │
|
||||
├───┼───┼───┼───┼───┤
|
||||
│ │ │ │ │ │
|
||||
└───┴───┴───┴───┴───┘
|
||||
```
|
||||
|
||||
```
|
||||
LAYOUT_ortho_5x10
|
||||
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
|
||||
│ │ │ │ │ │ │ │ │ │ │
|
||||
├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
|
||||
│ │ │ │ │ │ │ │ │ │ │
|
||||
├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
|
||||
│ │ │ │ │ │ │ │ │ │ │
|
||||
├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
|
||||
│ │ │ │ │ │ │ │ │ │ │
|
||||
├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
|
||||
│ │ │ │ │ │ │ │ │ │ │
|
||||
└───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
|
||||
```
|
||||
|
||||
```
|
||||
LAYOUT_ortho_5x12
|
||||
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue