mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	removed left space key in favor of a backspace
This commit is contained in:
		
							parent
							
								
									6f9cd2d489
								
							
						
					
					
						commit
						6ccf3d2da1
					
				@ -32,8 +32,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
 *                                        | MDIA | Meh  |       | Hyper|  NUM   |
 | 
					 *                                        | MDIA | Meh  |       | Hyper|  NUM   |
 | 
				
			||||||
 *                                 ,------|------|------|       |------+--------+------.
 | 
					 *                                 ,------|------|------|       |------+--------+------.
 | 
				
			||||||
 *                                 |      |      | Home |       | PgUp |        |      |
 | 
					 *                                 |      |      | Home |       | PgUp |        |      |
 | 
				
			||||||
 *                                 | Space|Backsp|------|       |------|  Enter | Space|
 | 
					 *                                 | Back-|  Del |------|       |------|  Enter | Space|
 | 
				
			||||||
 *                                 |      |ace   | End  |       | PgDn |        |      |
 | 
					 *                                 | Space|      | End  |       | PgDn |        |      |
 | 
				
			||||||
 *                                 `--------------------'       `----------------------'
 | 
					 *                                 `--------------------'       `----------------------'
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
// If it accepts an argument (i.e, is a function), it doesn't need KC_.
 | 
					// If it accepts an argument (i.e, is a function), it doesn't need KC_.
 | 
				
			||||||
@ -47,7 +47,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
        LT(SYMB,KC_GRV),         DE_LESS,      LALT(KC_LSFT),  KC_LEFT,KC_RGHT,
 | 
					        LT(SYMB,KC_GRV),         DE_LESS,      LALT(KC_LSFT),  KC_LEFT,KC_RGHT,
 | 
				
			||||||
                                               TG(2),  MEH_T(LSFT(DE_ACUT)),
 | 
					                                               TG(2),  MEH_T(LSFT(DE_ACUT)),
 | 
				
			||||||
                                                              KC_HOME,
 | 
					                                                              KC_HOME,
 | 
				
			||||||
                                               KC_SPC,KC_BSPC,KC_END,
 | 
					                                               KC_BSPC,KC_DEL,KC_END,
 | 
				
			||||||
        // right hand
 | 
					        // right hand
 | 
				
			||||||
             KC_RCTL,     KC_6,   KC_7,   KC_8,   KC_9,   KC_0,             KC_MINS,
 | 
					             KC_RCTL,     KC_6,   KC_7,   KC_8,   KC_9,   KC_0,             KC_MINS,
 | 
				
			||||||
             KC_RGUI,     KC_Y,   KC_U,   KC_I,   KC_O,   KC_P,             DE_UE,
 | 
					             KC_RGUI,     KC_Y,   KC_U,   KC_I,   KC_O,   KC_P,             DE_UE,
 | 
				
			||||||
 | 
				
			|||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user