summaryrefslogtreecommitdiff
path: root/keyboards/gray_studio/aero75/matrix_diagram.md
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2023-04-30 13:50:18 -0700
committerGitHub <noreply@github.com>2023-04-30 13:50:18 -0700
commit3bc4aeac6cc940d10bc73589ea67e0eaa7c7a878 (patch)
treed4b7893c93200e46bb6206d09c1d39e98ba0689e /keyboards/gray_studio/aero75/matrix_diagram.md
parentdedacb079f717a75bbaaa8916ad350ebabdf1126 (diff)
GrayStudio Aero 75 Refactor and Touch-Up (#20640)
* add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_ansi_blocker Existing codebase only supports the Hotswap version, but there is a Soldered version that supports additional layouts. * refactor keymaps - use four-space indent - update grid-alignment of keycodes - remove trailing spaces * flesh-out keyboard readme
Diffstat (limited to 'keyboards/gray_studio/aero75/matrix_diagram.md')
-rw-r--r--keyboards/gray_studio/aero75/matrix_diagram.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/gray_studio/aero75/matrix_diagram.md b/keyboards/gray_studio/aero75/matrix_diagram.md
new file mode 100644
index 0000000000..64bb3af675
--- /dev/null
+++ b/keyboards/gray_studio/aero75/matrix_diagram.md
@@ -0,0 +1,18 @@
+# Matrix Diagram for GrayStudio Aero 75 Hotswap
+
+```
+┌───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┐
+│00 │ │01 │02 │03 │04 │ │05 │06 │07 │08 │ │09 │0A │0B │0D │ │0F │
+└───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┘
+┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
+│10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │1F │
+├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
+│20 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2C │2D │2E │2F │
+├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
+│30 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3C │3D │3F │
+├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
+│40 │42 │43 │44 │45 │46 │47 │48 │49 │4A │4B │4D │4E │4F │
+├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
+│50 │51 │53 │57 │5A │5B │ │5D │5E │5F │
+└────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
+```