-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plywrks Lune Layout Touch-Up (#20775)
* add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_alice_split_bs * add LAYOUT_alice * enable Community Layout support
- Loading branch information
1 parent
bcc5397
commit ac603ae
Showing
4 changed files
with
188 additions
and
85 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
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,15 @@ | ||
# Matrix Diagram for plywrks Lune | ||
|
||
``` | ||
┌───┐┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┐ ┌───────┐ | ||
│00 ││10 │01 │11 │02 │12 │03 │13 │ │04 │14 │05 │15 │06 │16 │07 │17 │ │17 │ 2u Backspace | ||
┌┴──┬┼┴───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ └───────┘ | ||
│20 ││30 │21 │31 │22 │32 │23 │ │24 │34 │25 │35 │26 │36 │27 │37 │ | ||
┌┴──┬┼┴─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ └┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ | ||
│40 ││50 │41 │51 │42 │52 │43 │ │44 │54 │45 │55 │46 │56 │57 │ | ||
└───┘├───────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┐ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤ ┌──────────┐ | ||
│70 │61 │71 │62 │72 │63 │ │64 │74 │65 │75 │66 │76 │67 │77 │ │67 │ 2.75u RShift | ||
├─────┬───┴──┬┴───┴┬──┴───┴┬──┴─┐ ├───┴───┴──┬┴───┴┬──┴───┴──┬───┴─┬─┘ └──────────┘ | ||
│80 │ │81 │82 │83 │ │84 │85 │ │87 │ | ||
└─────┘ └─────┴───────┴────┘ └──────────┴─────┘ └─────┘ | ||
``` |