diff options
Diffstat (limited to 'keyboards/prototypist/j01/matrix_diagram.md')
-rw-r--r-- | keyboards/prototypist/j01/matrix_diagram.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/prototypist/j01/matrix_diagram.md b/keyboards/prototypist/j01/matrix_diagram.md new file mode 100644 index 0000000000..d4a7a8461d --- /dev/null +++ b/keyboards/prototypist/j01/matrix_diagram.md @@ -0,0 +1,31 @@ +# Matrix Diagram for Prototypist J-01 Rev1 + +``` + ┌───────┐ + 2u Backspace │0F │ + └───────┘ +┌───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ┌───┐ +│00 │01 │ │02 │03 │04 │05 │06 │07 │08 │09 │0A │0B │0C │0D │0E │0F │0G │ │0H │ +├───┼───┤ ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ ├───┤ ┌─────┐ +│10 │11 │ │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │1E │1F │ │1H │ │ │ +├───┼───┤ ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ├───┤ ┌──┴┐2F │ +│20 │21 │ │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2C │2D │2F │ │2H │ │2E │ │ +├───┼───┤ ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┘ ├───┤ └───┴────┘ +│30 │31 │ │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3C │3D │3E │┌───┐│3H │ ISO Enter +├───┼───┤ ├────┴┬──┴┬──┴──┬┴───┴───┼───┴───┴──┬┴───┴┬──┴┬──┴──┬───┘│3G │└───┘ +│40 │41 │ │42 │43 │44 │46 │48 │4B │4C │4D │┌───┼───┼───┐ +└───┴───┘ └─────┴───┴─────┴────────┴──────────┴─────┴───┴─────┘│4F │4G │4H │ + └───┴───┴───┘ + ┌────────┐ + │32 │ 2.25u LShift + └────────┘ + ┌────┬───┬────┬───────────────────────┬────┬───┬────┐ + │42 │43 │44 │48 │4B │4C │4D │ "Standard" (6u Space) + └────┴───┴────┴───────────────────────┴────┴───┴────┘ + ┌─────┬─────┬───────────────────────────┬─────┬─────┐ + │42 │43 │48 │4C │4D │ WKL + └─────┴─────┴───────────────────────────┴─────┴─────┘ + ┌────┬────┬────┬────────────────────────┬─────┬─────┐ + │42 │43 │44 │48 │4C │4D │ RWKL + └────┴────┴────┴────────────────────────┴─────┴─────┘ +``` |