-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Peej Rosaline Staggered Layout Additions (#20774)
* add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_tsangan_split_rshift * add LAYOUT_tsangan
- Loading branch information
1 parent
5c4b53a
commit bcc5397
Showing
2 changed files
with
191 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Matrix Diagram for Peej Rosaline Staggered | ||
|
||
``` | ||
┌─────┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬─────┐ | ||
│00 │10 │01 │02 │12 │03 │13 │04 │14 │05 │06 │16 │07 │17 │ | ||
├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ | ||
│20 │11 │21 │22 │32 │23 │33 │24 │15 │25 │26 │36 │27 │ | ||
└──────┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴────────┘ | ||
─ Shift Row ───────────────────────────────────────────────── | ||
┌────────┬───┬───┬───┬───┬───┬───┬───┬───┬───┬──────────────┐ ┌───┬──────┬───┐ | ||
│30 │31 │41 │42 │43 │53 │34 │44 │35 │45 │ [RShift]──── │ ─┬─ │46 │37 │47 │ 1u/1.75u/1u | ||
└────────┴───┴───┴───┴───┴───┴───┴───┴───┴───┴──────────────┘ │ └───┴──────┴───┘ | ||
│ ┌──────┬───┬───┐ | ||
├─ │46 │37 │47 │ 1.75u/1u/1u | ||
│ └──────┴───┴───┘ | ||
│ ┌───┬──────────┐ | ||
└─ │46 │37 │ 1u/2.75u | ||
└───┴──────────┘ | ||
─ Bottom Row ──────────────────────────────────────────────── | ||
┌─────┬───┬─────┬───────────────────────────┬───────────────┐ ┌───┬───┬───┬───┐ | ||
│40 │50 │51 │ [Spacebar]─┐ │ [Bot. Right]─ │ ─┬─ │56 │66 │57 │67 │ 1u | ||
└─────┴───┴─────┴───────────────────────────┴───────────────┘ │ └───┴───┴───┴───┘ | ||
┌────────────┴──────────────┐ │ ┌─────┬───┬─────┐ | ||
┌──────────┬────────┬───┬───┐ └─ │56 │66 │57 │ Tsangan | ||
Split │52 │54 │55 │65 │ └─────┴───┴─────┘ | ||
└──────────┴────────┴───┴───┘ | ||
┌──────────┬───┬────────┬───┐ | ||
Split Fn │52 │54 │55 │65 │ | ||
└──────────┴───┴────────┴───┘ | ||
┌───────────────────────────┐ | ||
7u Spacebar │54 │ | ||
└───────────────────────────┘ | ||
``` |