Keymap file to match the TMK the board came flashed with (#2868)
* Made the keymap file match the TMK the board UT47 was origonally flashed with using native QMK codes. * Add non-us layout
This commit is contained in:
		
							parent
							
								
									7a57446f5e
								
							
						
					
					
						commit
						bde1c9d909
					
				
					 4 changed files with 183 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -69,9 +69,9 @@ LAYOUT( /* Right */
 | 
			
		|||
 | 
			
		||||
  /* FN Layer 2
 | 
			
		||||
   * ,-------------------------------------------------------------------------.
 | 
			
		||||
   * | FN6 | FN7 | FN8 | FN9 | FN9 | FN10| FN11| FN12| FN13| FN14| FN15| Delete|
 | 
			
		||||
   * |   ~  |  !  |  @  |  #  |  $  |  %  |  ^  |  &  |  *  |  (  |  )  |Delete|
 | 
			
		||||
   * |-------------------------------------------------------------------------+
 | 
			
		||||
   * |      |     |     |     |     |     |     | FN17| FN18| FN19| FN20|  FN21|
 | 
			
		||||
   * |      |     |     |     |     |     |     |  _  |  +  |  { |  }  |   |   |
 | 
			
		||||
   * |-------------------------------------------------------------------------+
 | 
			
		||||
   * |       | F1  | F2  | F3  | F4  | F5  | F6  | F7  | F8  | F9  | F10 |     |
 | 
			
		||||
   * |-------------------------------------------------------------------------+
 | 
			
		||||
| 
						 | 
				
			
			@ -80,8 +80,8 @@ LAYOUT( /* Right */
 | 
			
		|||
   */
 | 
			
		||||
 | 
			
		||||
LAYOUT( /* Left */
 | 
			
		||||
  KC_FN6,  KC_FN7,  KC_FN8,  KC_FN9,  KC_FN10, KC_FN11, KC_FN12, KC_FN13, KC_FN14, KC_FN15, KC_FN16, KC_DELETE,
 | 
			
		||||
  _______, _______, _______, _______, _______, _______, _______, KC_FN17, KC_FN18, KC_FN19, KC_FN20, KC_FN21,
 | 
			
		||||
  KC_TILDE,  KC_EXCLAIM,  KC_AT,  KC_HASH,  KC_DOLLAR, KC_PERCENT, KC_CIRCUMFLEX, KC_AMPERSAND, KC_ASTERISK, KC_LEFT_PAREN, KC_RIGHT_PAREN, KC_DELETE,
 | 
			
		||||
  _______, _______, _______, _______, _______, _______, _______, KC_UNDERSCORE, KC_PLUS, KC_LEFT_CURLY_BRACE, KC_RIGHT_CURLY_BRACE, KC_PIPE,
 | 
			
		||||
  _______, KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  _______,
 | 
			
		||||
  _______, _______, _______, KC_CAPS, _______,     _______,      _______, KC_HOME, KC_PGDN, KC_PGUP, KC_END
 | 
			
		||||
),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue