summaryrefslogtreecommitdiff
path: root/keyboards/custommk/evo70_r2/matrix_diagram.md
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2023-09-08 19:11:07 -0700
committerGitHub <noreply@github.com>2023-09-08 19:11:07 -0700
commit4875bcecc2c3c66b4b259e50d6d2cf70603b3173 (patch)
treed128a20b40575b12f95cd268418b44f566d3b107 /keyboards/custommk/evo70_r2/matrix_diagram.md
parent3e3320e8d9646dca33e0cc1fa7a9d25018d6c3bd (diff)
customMK EVO70 R2 Layout Additions (#21916)
* Rename `LAYOUT` to `LAYOUT_all` [refactor] * Add layout/matrix diagram [docs] * Correct layout data Reduce the gap between the encoder/macro section and the alphanumeric section by 0.25u. [enhancement] * Add `LAYOUT_ansi_blocker` [enhancement] * Add `LAYOUT_iso_blocker` [enhancement] * Fix redundant `layout_aliases` keys per dunk2k [bugfix]
Diffstat (limited to 'keyboards/custommk/evo70_r2/matrix_diagram.md')
-rw-r--r--keyboards/custommk/evo70_r2/matrix_diagram.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/custommk/evo70_r2/matrix_diagram.md b/keyboards/custommk/evo70_r2/matrix_diagram.md
new file mode 100644
index 0000000000..e4ac5ef20e
--- /dev/null
+++ b/keyboards/custommk/evo70_r2/matrix_diagram.md
@@ -0,0 +1,18 @@
+# Matrix Diagram for customMK EVO70 R2
+
+```
+ ┌───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
+ │10 │ │00 │02 │03 │04 │05 │06 │07 │08 │09 │0A │0B │0C │0D │0E │0F │
+ └───┘ ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤ ┌─────┐
+ │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │1E │1F │ │ │
+┌───┬───┐├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤ ┌──┴┐2E │ ISO Enter
+│22 │20 ││21 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2C │2D │2E │2F │ │1E │ │
+├───┼───┤├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ └───┴────┘
+│31 │30 ││32 │01 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3C │3D │3E │3F │
+├───┼───┤├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
+│43 │40 ││41 │42 │44 │47 │4A │4B │ │4D │4E │4F │
+└───┴───┘└────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
+ ┌────────┐
+ │32 │ 2.25u LShift
+ └────────┘
+```