diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2023-05-04 15:00:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 15:00:13 -0700 |
commit | 57a3ec978e390557d0862131c0ce68d4df23ac36 (patch) | |
tree | 1a3c036b6224d8ba03cf13d0e7e7505ca48aa55c /keyboards/lucid/alexa_solder/matrix_diagram.md | |
parent | 6cb4a46125192875c4b3c97b7aa9e0ee53a9ab1b (diff) |
Lucid Alexa Solder Layout Additions (#20716)
* add matrix_diagram.md
* info.json: apply friendly formatting
* add LAYOUT_65_ansi_blocker_split_bs
* add LAYOUT_65_ansi_blocker
* add LAYOUT_65_ansi_blocker_tsangan_split_bs
* add LAYOUT_65_ansi_blocker_tsangan
* add LAYOUT_65_iso_blocker_split_bs
* add LAYOUT_65_iso_blocker
* add LAYOUT_65_iso_blocker_tsangan_split_bs
* add LAYOUT_65_iso_blocker_tsangan
* enable Community Layout support
* edit keyboard metadata
- update listed maintainer (use GitHub username)
- add availability links
Diffstat (limited to 'keyboards/lucid/alexa_solder/matrix_diagram.md')
-rw-r--r-- | keyboards/lucid/alexa_solder/matrix_diagram.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/lucid/alexa_solder/matrix_diagram.md b/keyboards/lucid/alexa_solder/matrix_diagram.md new file mode 100644 index 0000000000..2532e73493 --- /dev/null +++ b/keyboards/lucid/alexa_solder/matrix_diagram.md @@ -0,0 +1,30 @@ +# Matrix Diagram for Maker Keyboards Alexa Solder + +``` + ┌───────┐ + 2u Backspace │0D │ + └───────┘ +┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ +│00 │01 │02 │03 │04 │05 │06 │07 │08 │09 │0A │0B │0C │0D │2D │0E │ +├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤ ┌─────┐ +│10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │1E │ │ │ +├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤ ┌──┴┐1D │ ISO Enter +│20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2C │2E │ │2C │ │ +├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ └───┴────┘ +│30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3C │3D │3E │ +├────┼───┴┬──┴─┬─┴───┴──┬┴───┼───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤ +│40 │41 │42 │43 │46 │48 │49 │4A │ │4C │4D │4E │ +└────┴────┴────┴────────┴────┴──────────┴────┴────┘ └───┴───┴───┘ +┌────────┐ +│30 │ 2.25u LShift +└────────┘ +┌────┬────┬────┬────────────────────────┬────┬────┐ +│40 │41 │42 │46 │49 │4A │ Blocker +└────┴────┴────┴────────────────────────┴────┴────┘ +┌─────┬───┬─────┬──────────┬─────┬──────────┬─────┐ +│40 │41 │42 │43 │46 │48 │4A │ Blocker Tsangan with Split Spacebar +└─────┴───┴─────┴──────────┴─────┴──────────┴─────┘ +┌─────┬───┬─────┬───────────────────────────┬─────┐ +│40 │41 │42 │46 │4A │ Blocker Tsangan +└─────┴───┴─────┴───────────────────────────┴─────┘ +``` |