diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2023-04-29 22:52:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 22:52:30 -0700 |
commit | 1de01151e3f2681739b6022e41753a0f5a6081bb (patch) | |
tree | 243e5f6b87c465ba7ec8a321c65f5acd99244cce /keyboards/fjlabs/avalon/matrix_diagram.md | |
parent | 6a28b8c7c4f9335a2bbf4e76462aada7fa3899dc (diff) |
FJLabs Avalon Layout Additions and Touch-Up (#20620)
* add matrix_diagram.md
* info.json: correct key sequence
Fixes an off-by-one error between Right Split Backspace and Enter.
* refactor and unify keymaps
Edit the `default` and `via` keymaps for consistency layer-to-layer, to each other, and to the `info.json` layout data.
* info.json: apply friendly formatting
* add LAYOUT_ansi_blocker_split_bs
* add LAYOUT_ansi_blocker
* add LAYOUT_ansi_blocker_tsangan_split_bs
* add LAYOUT_ansi_blocker_tsangan
* add LAYOUT_iso_blocker_split_bs
* add LAYOUT_iso_blocker
* add LAYOUT_iso_blocker_tsangan_split_bs
* add LAYOUT_iso_blocker_tsangan
* add layout reference keymaps
* info.json: remove extra line breaks
* edit maintainer value
Diffstat (limited to 'keyboards/fjlabs/avalon/matrix_diagram.md')
-rw-r--r-- | keyboards/fjlabs/avalon/matrix_diagram.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/fjlabs/avalon/matrix_diagram.md b/keyboards/fjlabs/avalon/matrix_diagram.md new file mode 100644 index 0000000000..e88279fb96 --- /dev/null +++ b/keyboards/fjlabs/avalon/matrix_diagram.md @@ -0,0 +1,24 @@ +# Matrix Diagram for Trailblazer Keyboards Avalon + +``` + ┌───────┐ + 2u Backspace │0E │ + └───────┘ +┌───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ┌───┐ +│00 │ │01 │02 │03 │04 │05 │06 │07 │08 │09 │0A │0B │0C │0D │0E │2E │ │0F │ +├───┤ ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ ├───┤ ┌─────┐ +│10 │ │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │1E │ │1F │ │ │ +├───┤ ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ├───┤ ┌──┴┐1E │ ISO Enter +│20 │ │21 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2C │2D │ │2F │ │2D │ │ +├───┤ ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤ └───┘ └───┴────┘ +│30 │ │31 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3C │3D │3E │ +├───┤ ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┐ +│40 │ │41 │42 │43 │47 │4A │4B │ │4D │4E │4F │ +└───┘ └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ + ┌────────┐ + │31 │ 2.25u LShift + └────────┘ + ┌─────┬───┬─────┬───────────────────────────┬─────┐ + │41 │42 │43 │47 │4B │ Blocker Tsangan + └─────┴───┴─────┴───────────────────────────┴─────┘ +``` |