summaryrefslogtreecommitdiff
path: root/keyboards/bioi/g60/matrix_diagram.md
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2023-04-22 19:04:45 -0700
committerGitHub <noreply@github.com>2023-04-22 19:04:45 -0700
commita6e2435b12140e92456600e91cf045265ad6f990 (patch)
tree1b9228192c8162485f4c9ddac74eb540422336cc /keyboards/bioi/g60/matrix_diagram.md
parent32e287581382ec2239002f54283b10c8a06e3a73 (diff)
BIOI G60 Layout Macro Additions (#20498)
* add matrix_diagram.md * info.json: apply friendly formatting * grid align keycodes in keymaps * physically arrange layout macro The switch positions available for matrix position [3, 13] are both to the left of the only position present for matrix position [4, 7]. This commit switches the two locations physically and in the keymaps. * add LAYOUT_60_ansi_split_bs_rshift * add LAYOUT_60_ansi_arrow * add LAYOUT_60_tsangan_hhkb * add LAYOUT_60_iso_split_bs_rshift * add LAYOUT_60_iso_arrow * add LAYOUT_60_tsangan_hhkb_iso
Diffstat (limited to 'keyboards/bioi/g60/matrix_diagram.md')
-rw-r--r--keyboards/bioi/g60/matrix_diagram.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/bioi/g60/matrix_diagram.md b/keyboards/bioi/g60/matrix_diagram.md
new file mode 100644
index 0000000000..5f7af98daf
--- /dev/null
+++ b/keyboards/bioi/g60/matrix_diagram.md
@@ -0,0 +1,24 @@
+# Matrix Diagram for Basic IO Instruments G60
+
+```
+┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ┌───────┐
+│00 │01 │02 │03 │04 │05 │06 │07 │08 │09 │0A │0B │0C │0D │49 │ │0D │ 2u Backspace
+├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ └─┬─────┤
+│10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │ │ │
+├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ┌──┴┐2D │ ISO Enter
+│20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2D │ │2C │ │
+├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤ ┌─────┴┬──┴┬───┤
+│30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3D │3C │ │3D │47 │3C │ 1.75u/1u/1u RShift
+├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴──┬┴──┬┴──┬───┼───┤ └──────┴───┴───┘
+│40 │41 │42 │45 │4A │4B │48 │4C │4D │
+└────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┘
+┌────────┐
+│30 │ 2.25u LShift
+└────────┘
+┌────┬────┬────┬────────────────────────┬────┬────┬────┬────┐
+│40 │41 │42 │45 │4A │4B │4C │4D │ Standard
+└────┴────┴────┴────────────────────────┴────┴────┴────┴────┘
+┌─────┬───┬─────┬───────────────────────────┬─────┬───┬─────┐
+│40 │41 │42 │45 │4B │4C │4D │ Tsangan/WKL/HHKB
+└─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘
+```