extra_keymaps: use RALT() instead of 0x1400 for AltGr
This commit is contained in:
		
							parent
							
								
									010dd13084
								
							
						
					
					
						commit
						25938a09a6
					
				
					 7 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,7 @@
 | 
			
		|||
#include "keymap.h"
 | 
			
		||||
 | 
			
		||||
// Alt gr
 | 
			
		||||
#define ALGR(kc) kc | 0x1400
 | 
			
		||||
#define ALGR(kc) RALT(kc)
 | 
			
		||||
#define NO_ALGR KC_RALT
 | 
			
		||||
 | 
			
		||||
// Normal characters
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue