Primus75 Layout Macro Additions (#20676)
* add matrix_diagram.md * info.json: apply friendly formatting * add matrix position [5, 2] to LAYOUT_all The PCB supports four 1u mod keys to the left of the Spacebar, but this was not implemented in the original submission to QMK. * add LAYOUT_ansi_split_bs * add LAYOUT_ansi * add LAYOUT_ansi_blocker_split_bs * add LAYOUT_ansi_blocker * add LAYOUT_ansi_blocker_tsangan_split_bs * add LAYOUT_ansi_blocker_tsangan * add LAYOUT_iso_split_bs * add LAYOUT_iso * add LAYOUT_iso_blocker_split_bs * add LAYOUT_iso_blocker * add LAYOUT_iso_blocker_tsangan_split_bs * add LAYOUT_iso_blocker_tsangan
This commit is contained in:
39
keyboards/ilumkb/primus75/matrix_diagram.md
Normal file
39
keyboards/ilumkb/primus75/matrix_diagram.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Matrix Diagram for Primus75
|
||||
|
||||
```
|
||||
┌───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┐
|
||||
│00 │ │01 │02 │03 │04 │ │06 │07 │08 │09 │ │0A │0B │0C │0D │ │0F │
|
||||
└───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┘
|
||||
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ┌───────┐
|
||||
│10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │1E │1F │ │1E │
|
||||
├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤ └─┬─────┤
|
||||
│20 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2C │2D │2E │2F │ │ │
|
||||
├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤ ┌──┴┐3D │
|
||||
│30 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3C │3D │3F │ │2E │ │
|
||||
├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ └───┴────┘
|
||||
│40 │41 │42 │43 │44 │45 │46 │47 │48 │49 │4A │4B │4D │4E │4F │
|
||||
├───┬┴──┬┴──┬┴──┬┴───┴───┴───┴───┴───┴──┬┴──┬┴──┬┴──┬───┼───┼───┤
|
||||
│50 │51 │52 │53 │56 │5A │5B │5C │5D │5E │5F │
|
||||
└───┴───┴───┴───┴───────────────────────┴───┴───┴───┴───┴───┴───┘
|
||||
┌────────┐
|
||||
│40 │ 2.25u LShift
|
||||
└────────┘
|
||||
┌────┬────┬────┬────────────────────────┬───┬───┬───┐
|
||||
│50 │51 │53 │56 │5A │5B │5C │ Standard
|
||||
└────┴────┴────┴────────────────────────┴───┴───┴───┘
|
||||
┌────┬────┬────┬────────────────────────┬────┬────┐
|
||||
│50 │51 │53 │56 │5A │5B │─┬─ Blocker
|
||||
└────┴────┴────┴────────────────────────┴────┴────┘ │
|
||||
┌─────┬───┬─────┬───────────────────────┬───┬─────┐ │
|
||||
│50 │51 │53 │56 │5A │5B │─┤
|
||||
└─────┴───┴─────┴───────────────────────┴───┴─────┘ │
|
||||
┌─────┬───┬─────┬───────────────────────┬─────┬───┐ │
|
||||
│50 │51 │53 │56 │5A │5B │─┘
|
||||
└─────┴───┴─────┴───────────────────────┴─────┴───┘
|
||||
┌─────┬───┬─────┬───────────────────────────┬─────┐
|
||||
│50 │51 │53 │56 │5B │ Blocker Tsangan
|
||||
└─────┴───┴─────┴───────────────────────────┴─────┘
|
||||
┌───┬───┬───┬───┬───────────────────────┬───┬─────┐
|
||||
│50 │51 │52 │53 │56 │5A │5B │
|
||||
└───┴───┴───┴───┴───────────────────────┴───┴─────┘
|
||||
```
|
||||
Reference in New Issue
Block a user