Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add matrix diagram for EC 60X #24045

Merged
merged 5 commits into from
Sep 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions keyboards/cipulot/ec_60x/matrix_diagram.md
dunk2k marked this conversation as resolved.
Show resolved Hide resolved
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*
└─────┴───┴─────┴─────┴─────────┴─────┴─────┴─────┴───┴─────┘
```
Loading