forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
P3D Glitch Layout Addition (qmk#20763)
* add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_2u_bs
- Loading branch information
1 parent
e41893b
commit 6936997
Showing
2 changed files
with
196 additions
and
86 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,21 @@ | ||
# Matrix Diagram for P3D Glitch | ||
|
||
``` | ||
┌───────┐ | ||
2u Backspace │16 │ | ||
└───────┘┌───┐ | ||
┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┐│17 │ | ||
│00 │10 │01 │11 │02 │12 │03 │ │13 │04 │14 │05 │15 │06 │16 │07 │└───┘ | ||
┌┴───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤┌───┐ | ||
│20 │30 │21 │31 │22 │32 │ │33 │24 │34 │25 │35 │26 │36 │27 ││37 │ | ||
├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ └┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤├───┤ | ||
│40 │50 │41 │51 │42 │52 │ │53 │44 │54 │45 │55 │46 │47 ││57 │ | ||
├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┐ ┌┴──┬┴──┬┴──┬┴──┬┴──┬┴──┬┴─────┬──┘└─┬─┴─┐ | ||
│60 │61 │71 │62 │72 │63 │ │73 │64 │74 │65 │75 │66 │76 │┌───┐│77 │ | ||
├────┬───┴┬──┴┬──┴───┴───┼───┴┐ └┬──┴─┬─┴───┴──┬┴──┬┴──┬┴──┬───┘│67 │└───┘ | ||
│80 │90 │ │91 │92 │ │93 │94 │ │95 │86 │┌───┼───┼───┐ | ||
└────┴────┘ └──────────┴────┘ └────┴────────┘ └───┴───┘│96 │87 │97 │ | ||
┌────┬──────────┐ ┌────────┬────┐ └───┴───┴───┘ | ||
│91 │92 │ │93 │94 │ | ||
└────┴──────────┘ └────────┴────┘ | ||
``` |