summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/ellipse_hs/matrix_diagram.md
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2023-04-26 03:04:49 -0700
committerGitHub <noreply@github.com>2023-04-26 03:04:49 -0700
commit4e749f0bf4c00ddae52ee40ca8851166bbcef987 (patch)
tree05a62e0b7b38acb2257530e1c7ff007252c9350c /keyboards/cannonkeys/ellipse_hs/matrix_diagram.md
parente08f5726734c71a179b3f4b8711015b01bb90e9e (diff)
CannonKeys Ellipse Hotswap Layout Macro Addition & Touch-Up (#20560)
* add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_60_tsangan_hhkb * add LAYOUT_60_ansi_tsangan_split_rshift * refactor default and via keymaps - use four-space indent - grid-align keycodes * copy via keymap to default The default keymap didn't make sense to me - it included keycodes for features that aren't supported, and the arrow key alignment on the function layer was wonky. * enable Community Layout support
Diffstat (limited to 'keyboards/cannonkeys/ellipse_hs/matrix_diagram.md')
-rw-r--r--keyboards/cannonkeys/ellipse_hs/matrix_diagram.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/ellipse_hs/matrix_diagram.md b/keyboards/cannonkeys/ellipse_hs/matrix_diagram.md
new file mode 100644
index 0000000000..ab382435cc
--- /dev/null
+++ b/keyboards/cannonkeys/ellipse_hs/matrix_diagram.md
@@ -0,0 +1,18 @@
+# Matrix Diagram for CannonKeys Ellipse Hotswap
+
+```
+ ┌───────┐
+ 2u Backspace │0D │
+ └───────┘
+┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
+│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 │1E │
+├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤
+│20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2E │
+├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤
+│30 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3C │3E │
+├─────┬──┴┬──┴──┬┴───┴───┴───┴───┴───┴───┴──┬┴───┴┬───┬─┴───┤
+│40 │41 │42 │46 │4B │4C │4E │
+└─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘
+```