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.
Add matrix diagram for EC 60X (qmk#24045)
* add matrix_diagram.md * Update matrix_diagram.md * Update matrix_diagram.md * Update matrix_diagram.md * unix line endings
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Matrix Diagram for Cipulot EC 60 | ||
|
||
``` | ||
┌───────┐ | ||
2u Backpace │0E │ | ||
└───────┘ | ||
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ | ||
│00 │01 │02 │03 │04 │05 │06 │07 │08 │09 │0A │0B │0C │0D │0E │ | ||
├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ ┌─────┐ | ||
│10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │ │ │ | ||
├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ┌──┴┐1E │ ISO Enter | ||
│20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2D │ │2C │ │ | ||
├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤ └───┴────┘ | ||
│30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3C │3E │ | ||
├────┼───┴┬──┴─┬─┴───┴──┬┴───┼───┴───┴──┬┴───┼───┴┬────┬┴───┤ | ||
│40 │41 │42 │44 │46 │48 │4A │4B │4C │4D │ | ||
└────┴────┴────┴────────┴────┴──────────┴────┴────┴────┴────┘ | ||
Shift Row: | ||
┌────────┐ ┌──────────┐ | ||
│30 │ 2.25u LShift 2.75u RShift │3D │ | ||
└────────┘ └──────────┘ | ||
┌───┬──────┐ | ||
1u-1.75u RShift │3C │3D │ | ||
└───┴──────┘ | ||
Bottom Row: | ||
┌────┬────┬────┬────────────────────────┬────┬────┬────┬────┐ | ||
│40 │41 │42 │46 │4A │4B │4C │4D │ 6.25u Spacebar | ||
└────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ | ||
┌─────┬───┬─────┬───────────────────────────┬─────┬───┬─────┐ | ||
│40** │41*│42 │46 │4B │4C*│4D** │ Tsangan/WKL*/HHKB** | ||
└─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘ | ||
┌─────┬───┬─────┬───────────────────────┬─────┬───┬───┬─────┐ | ||
│40* │41 │42 │46 │4A │4B │4C*│4D* │ Infinity/True HHKB* | ||
└─────┴───┴─────┴───────────────────────┴─────┴───┴───┴─────┘ | ||
┌───────────┬───────────┐ | ||
│44 │48 │ Split 6u Spacebar (3u-3u) | ||
└───────────┴───────────┘ | ||
┌─────────┬───┬─────────┐ | ||
│44 │46 │48 │ Split 6u Spacebar (2.5u-1u-2.5u) | ||
└─────────┴───┴─────────┘ | ||
┌─────┬───┬─────┬─────┬─────────┬─────┬─────┬─────┬───┬─────┐ | ||
│40 │41*│42 │44 │46 │48 │4A │4B │4C*│4D │ JIS/JIS WKL* | ||
└─────┴───┴─────┴─────┴─────────┴─────┴─────┴─────┴───┴─────┘ | ||
``` |