Add SS_RALT for AltGR usage in macros
This commit is contained in:
		
							parent
							
								
									eba4b08a4a
								
							
						
					
					
						commit
						3f1d147529
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -124,6 +124,7 @@ extern uint32_t default_layer_state;
 | 
			
		|||
#define SS_LGUI(string) SS_DOWN(X_LGUI) string SS_UP(X_LGUI)
 | 
			
		||||
#define SS_LALT(string) SS_DOWN(X_LALT) string SS_UP(X_LALT)
 | 
			
		||||
#define SS_LSFT(string) SS_DOWN(X_LSHIFT) string SS_UP(X_LSHIFT)
 | 
			
		||||
#define SS_RALT(string) SS_DOWN(X_RALT) string SS_UP(X_RALT)
 | 
			
		||||
 | 
			
		||||
#define SEND_STRING(str) send_string_P(PSTR(str))
 | 
			
		||||
extern const bool ascii_to_shift_lut[0x80];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue