Remove some useless code from keymaps (#23787)
This commit is contained in:
		
							parent
							
								
									2e0498080f
								
							
						
					
					
						commit
						e659c3dae9
					
				
					 71 changed files with 3 additions and 1066 deletions
				
			
		| 
						 | 
				
			
			@ -24,12 +24,6 @@ enum layer_names {
 | 
			
		|||
    _FN,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
// Defines the keycodes used by our macros in process_record_user
 | 
			
		||||
enum custom_keycodes {
 | 
			
		||||
    QMKBEST = SAFE_RANGE,
 | 
			
		||||
    QMKURL
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    [_QWERTY_BASE] = LAYOUT(
 | 
			
		||||
        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,                                        KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue