 20362a9b8b
			
		
	
	
		20362a9b8b
		
			
		
	
	
	
	
		
			
			* add matrix_diagram.md * info.json: apply friendly formatting * info.json: correct layout data * info.json: alias LAYOUT to LAYOUT_all The PCB supports multiple layouts, but I have not been able to discover how the additional layouts are wired. * update matrix_diagram.md (thanks yulei) * add LAYOUT_2u_numpad_plus_enter_zero with reference keymap
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			3.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			3.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Matrix Diagram for Matrix Cain RE
 | |
| 
 | |
| ```
 | |
| ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐                 ┌───┬───┬───┐
 | |
| │00 │   │01 │02 │03 │04 │ │05 │06 │07 │08 │ │09 │0A │0B │50 │                 │70 │71 │72 │
 | |
| └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘                 └───┴───┴───┘
 | |
| ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐┌───┬───┬───┬───┐┌───┬───┬───┐
 | |
| │10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │52 │51     ││60 │61 │62 │63 ││75 │74 │73 │
 | |
| ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤├───┼───┼───┼───┤├───┼───┼───┤   ┌───┐
 | |
| │20   │21 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │53 │54   ││67 │66 │65 │64 ││76 │77 │78 │   │   │
 | |
| ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤├───┼───┼───┼───┤└───┴───┴───┘   │5A │ 2u Numpad Plus
 | |
| │30    │31 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │55      ││68 │69 │5B │5A │                │   │
 | |
| ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤├───┼───┼───┼───┤    ┌───┐       ├───┤
 | |
| │40      │41 │42 │43 │44 │45 │46 │47 │48 │49 │4A │4B        ││56 │57 │58 │59 │    │6A │       │   │
 | |
| ├────┬─┬─┴──┬┴───┼───┴───┴───┴───┴───┴───┴─┬─┴──┬┴───┬─┬────┤├───┼───┼───┼───┤┌───┼───┼───┐   │8A │ 2u Numpad Enter
 | |
| │80  │ │81  │82  │83                       │84  │85  │ │86  ││87 │88 │89 │8A ││79 │7A │7B │   │   │
 | |
| └────┘ └────┴────┴─────────────────────────┴────┴────┘ └────┘└───┴───┴───┴───┘└───┴───┴───┘   └───┘
 | |
|                                                              ┌───────┐
 | |
|                                                              │87     │ 2u Numpad Zero
 | |
|                                                              └───────┘
 | |
| ```
 |