-
-
Notifications
You must be signed in to change notification settings - Fork 39.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split_65 Handwired Layout Macro Addition and Touch-Up (#20659)
- Loading branch information
1 parent
3e4f641
commit f839d25
Showing
2 changed files
with
202 additions
and
91 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,18 @@ | ||
# Matrix Diagram for split_65 | ||
|
||
``` | ||
┌───────┐ | ||
2u Backspace │57 │ | ||
└───────┘ | ||
┌───┐┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┬───┐ | ||
│00 ││01 │02 │03 │04 │05 │06 │07 │ │50 │51 │52 │53 │54 │55 │56 │57 │58 │ | ||
├───┤├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤ | ||
│10 ││11 │13 │14 │15 │16 │17 │ │60 │61 │62 │63 │64 │65 │66 │67 │68 │ | ||
├───┤├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ └┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤ | ||
│20 ││21 │23 │24 │25 │26 │27 │ │70 │71 │72 │73 │74 │75 │77 │78 │ | ||
├───┤├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┐ └─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ | ||
│30 ││31 │33 │34 │35 │36 │37 │ │80 │81 │82 │83 │84 │85 │87 │88 │ | ||
├───┤├────┬───┴┬──┴─┬─┴───┴───┴┬──┘ ┌──┴───┴─┬─┴──┬┴───┼───┴┬─┬───┼───┼───┤ | ||
│40 ││41 │43 │44 │45 │ │90 │92 │93 │94 │ │95 │97 │98 │ | ||
└───┘└────┴────┴────┴──────────┘ └────────┴────┴────┴────┘ └───┴───┴───┘ | ||
``` |