Fix keymap definitions referencing inexistent macros
This commit is contained in:
		
							parent
							
								
									a5b5279da9
								
							
						
					
					
						commit
						2c404cca12
					
				@ -55,8 +55,8 @@
 | 
				
			|||||||
#define ES_UMLT	LSFT(ES_GRV)
 | 
					#define ES_UMLT	LSFT(ES_GRV)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define ES_GRTR	LSFT(ES_LESS)
 | 
					#define ES_GRTR	LSFT(ES_LESS)
 | 
				
			||||||
#define ES_SCLN	LSFT(ES_COMM)
 | 
					#define ES_SCLN	LSFT(KC_COMM)
 | 
				
			||||||
#define ES_COLN	LSFT(ES_DOT)
 | 
					#define ES_COLN	LSFT(KC_DOT)
 | 
				
			||||||
#define ES_UNDS	LSFT(ES_MINS)
 | 
					#define ES_UNDS	LSFT(ES_MINS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Alt Gr-ed characters
 | 
					// Alt Gr-ed characters
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user