Fix some Configurator Warnings regarding LAYOUT vs KEYMAP (#2708)
* change diverge 3 KC_KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for handwired arrow pad * change M10A to LAYOUT for m10-a * Change KC_KEYMAP to LAYOUT_kc and KEYMAP to LAYOUT for mf68 * change KC_KEYMAP to LAYOUT for nano * Refactor to LAYOUT * refactor to LAYOUT-ansi and LAYOUT_iso for s65 * LAYOUT conversions for lfkkeyboards * missed a few renames * mini1800 for lfkeyobards support of LAYOUT
This commit is contained in:
		
							parent
							
								
									b7dc17ef33
								
							
						
					
					
						commit
						5f4c2dfd84
					
				
					 38 changed files with 122 additions and 122 deletions
				
			
		| 
						 | 
				
			
			@ -11,13 +11,13 @@
 | 
			
		|||
#define KC_RHUD RGB_HUD
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
  [_MAIN] = KC_KEYMAP(
 | 
			
		||||
  [_MAIN] = LAYOUT(
 | 
			
		||||
     VOLU,MPLY,MPRV,PGUP,
 | 
			
		||||
     VOLD,MUTE,MNXT,PGDN
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
  [_FN] = KC_KEYMAP(
 | 
			
		||||
  [_FN] = LAYOUT(
 | 
			
		||||
      F  ,    ,RHUI,    ,
 | 
			
		||||
     RTOG,RMOD,RHUD,    
 | 
			
		||||
     RTOG,RMOD,RHUD,
 | 
			
		||||
  )
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue