summaryrefslogtreecommitdiff
path: root/keyboards/kradoindustries/promenade/matrix_diagram.md
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2023-09-14 02:16:04 -0700
committerGitHub <noreply@github.com>2023-09-14 02:16:04 -0700
commit02e6c04ac27cb9eea1130d8aed0665876a000cb8 (patch)
tree0253a3b5b3e3716223bf81ac2212998e6bfdaa8b /keyboards/kradoindustries/promenade/matrix_diagram.md
parente67a4ba7ce476b5bba273a2d5b693b3641b27dcb (diff)
Krado Industries Promenade Layout Additions (#22014)
* Add layout/matrix diagram [docs] * Rename `LAYOUT` to `LAYOUT_all` [refactor] * Correct key order [bugfix] * Add `LAYOUT_2x2u` [enhancement] * Add `LAYOUT_2x3u` [enhancement] * Add `LAYOUT_6u_space` [enhancement] * Add `LAYOUT_7u_space` [enhancement] * Touch-up `via` keymap Update keycode grid alignment to match the `default` keymap. [style]
Diffstat (limited to 'keyboards/kradoindustries/promenade/matrix_diagram.md')
-rw-r--r--keyboards/kradoindustries/promenade/matrix_diagram.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/kradoindustries/promenade/matrix_diagram.md b/keyboards/kradoindustries/promenade/matrix_diagram.md
new file mode 100644
index 0000000000..086471b8b9
--- /dev/null
+++ b/keyboards/kradoindustries/promenade/matrix_diagram.md
@@ -0,0 +1,27 @@
+# Matrix Diagram for krado industries Promenade
+
+```
+┌─────┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬─────┐
+│00 │01 │02 │03 │04 │05 │06 │07 │08 │09 │0A │0B │0C │0D │
+├─────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼─────┤
+│10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │
+├─────┼───┼───┼───┼───┼───┤ │ ├───┼───┼───┼───┼───┼─────┤
+│20 │21 │22 │23 │24 │25 ├───┼───┤28 │29 │2A │2B │2C │2D │
+├─────┼───┼───┼───┼───┼───┤36 │37 ├───┼───┼───┼───┼───┼─────┤
+│30 │31 │32 │33 │34 │35 │ │ │38 │39 │3A │3B │3C │3D │
+├─────┼───┼───┼───┼───┼───┼───┴───┼───┼───┼───┼───┼───┼─────┤
+│40 │41 │42 │43 │44 │45 │46 │48 │49 │4A │4B │4C │4D │
+└─────┴───┴───┴───┴───┴───┴───────┴───┴───┴───┴───┴───┴─────┘
+┌─────┬───┬───┬───┬───┬───────┬───────┬───┬───┬───┬───┬─────┐
+│40 │41 │42 │43 │44 │45 │48 │49 │4A │4B │4C │4D │ 2x2u
+└─────┴───┴───┴───┴───┴───────┴───────┴───┴───┴───┴───┴─────┘
+┌─────┬───┬───┬───┬───────────┬───────────┬───┬───┬───┬─────┐
+│40 │41 │42 │43 │45 │48 │4A │4B │4C │4D │ 2x3u
+└─────┴───┴───┴───┴───────────┴───────────┴───┴───┴───┴─────┘
+┌─────┬───┬───┬───┬───────────────────────┬───┬───┬───┬─────┐
+│40 │41 │42 │43 │46 │4A │4B │4C │4D │ 6u Space
+└─────┴───┴───┴───┴───────────────────────┴───┴───┴───┴─────┘
+┌─────┬───┬─────┬───────────────────────────┬─────┬───┬─────┐
+│40 │41 │42 │46 │4B │4C │4D │ 7u Space
+└─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘
+```