* Matrix refactor * Keymap refactor * Add iso_uk keymap * Configurator update * Add LAYOUTS = tkl_ansi tkl_iso to rules.mk
		
			
				
	
	
		
			46 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Keymap for a standard winkey ISO-UK configuration of the Phantom
 | 
						|
 | 
						|
A basic keymap intended for a Phantom using the standard ISO layout.
 | 
						|
 | 
						|
See [keymap.c](keymap.c) for details.
 | 
						|
 | 
						|
## Layers
 | 
						|
 | 
						|
The keymap have two layers. To access the functions on the second layer, hold down `Fn` and press the corresponding key.
 | 
						|
 | 
						|
### Layer 1: Default Layer
 | 
						|
     ,---.   ,---------------. ,---------------. ,---------------. ,-----------.
 | 
						|
     |Esc|   |F1 |F2 |F3 |F4 | |F5 |F6 |F7 |F8 | |F9 |F10|F11|F12| |PrS|ScL|Pau|
 | 
						|
     `---'   `---------------' `---------------' `---------------' `-----------'
 | 
						|
     ,-----------------------------------------------------------. ,-----------.
 | 
						|
     |¬  |  1|  2|  3|  4|  5|  6|  7|  8|  9|  0|  -|  =|Backsp | |Ins|Hom|PgU|
 | 
						|
     |-----------------------------------------------------------| |-----------|
 | 
						|
     |Tab  |  Q|  W|  E|  R|  T|  Y|  U|  I|  O|  P|  [|  ]|     | |Del|End|PgD|
 | 
						|
     |------------------------------------------------------.    | '-----------'
 | 
						|
     |Caps  |  A|  S|  D|  F|  G|  H|  J|  K|  L|  ;|  '|  #|Ret |
 | 
						|
     |-----------------------------------------------------------|     ,---.
 | 
						|
     |Shft|  \|  Z|  X|  C|  V|  B|  N|  M|  ,|  .|  /|Shift     |     |Up |
 | 
						|
     |-----------------------------------------------------------| ,-----------.
 | 
						|
     |Ctrl|GUI |Alt |          Space         |Alt |GUI |Fn  |Ctl | |Lef|Dow|Rig|
 | 
						|
     `-----------------------------------------------------------' `-----------'
 | 
						|
 | 
						|
### Layer 2: Function Layer
 | 
						|
     ,---.   ,---------------. ,---------------. ,---------------. ,-----------.
 | 
						|
     |   |   |   |   |   |   | |   |   |   |   | |Stp|Ply|Prv|Nxt| |Mut|Vo-|Vo+|
 | 
						|
     `---'   `---------------' `---------------' `---------------' `-----------'
 | 
						|
     ,-----------------------------------------------------------. ,-----------.
 | 
						|
     |   |   |   |   |   |   |   |   |   |   |   |   |   |       | |   |   |   |
 | 
						|
     |-----------------------------------------------------------| |-----------|
 | 
						|
     |     |   |   |   |   |   |   |   |   |   |   |   |   |     | |   |   |   |
 | 
						|
     |------------------------------------------------------.    | '-----------'
 | 
						|
     |      |   |   |   |   |   |   |   |   |   |   |   |   |MSel|
 | 
						|
     |-----------------------------------------------------------|     ,---.
 | 
						|
     |        |   |   |Cal|   |   |   |   |   |   |   |          |     |   |
 | 
						|
     |-----------------------------------------------------------| ,-----------.
 | 
						|
     |    |    |    |                        |    |    |    |    | |   |   |   |
 | 
						|
     `-----------------------------------------------------------' `-----------'
 | 
						|
 | 
						|
## Building
 | 
						|
 | 
						|
To build the firmware with this keymap, run `make phantom:iso_uk`.
 |