Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
This commit is contained in:
		
							parent
							
								
									39c22f5cf5
								
							
						
					
					
						commit
						74223c34a9
					
				
					 553 changed files with 1139 additions and 1151 deletions
				
			
		| 
						 | 
				
			
			@ -40,8 +40,8 @@
 | 
			
		|||
#define COLN_CTL CTL_T(KC_SCLN)
 | 
			
		||||
 | 
			
		||||
#define ______ KC_TRNS
 | 
			
		||||
#define LSHIFT KC_LSHIFT
 | 
			
		||||
#define RSHIFT KC_RSHIFT
 | 
			
		||||
#define LSHIFT KC_LSFT
 | 
			
		||||
#define RSHIFT KC_RSFT
 | 
			
		||||
#define COMMA KC_COMM
 | 
			
		||||
#define SLASH KC_SLSH
 | 
			
		||||
#define SPACE KC_SPC
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue