forked from mfulz_github/qmk_firmware
		
	Merge pull request #126 from fernandodeperto/keymap_nordic
Fix 2 macros in the Nordic keymap
This commit is contained in:
		
						commit
						51964eda0c
					
				@ -48,12 +48,12 @@
 | 
				
			|||||||
#define NO_LBRC ALGR(KC_8)
 | 
					#define NO_LBRC ALGR(KC_8)
 | 
				
			||||||
#define NO_RBRC ALGR(KC_9)
 | 
					#define NO_RBRC ALGR(KC_9)
 | 
				
			||||||
#define NO_RCBR	ALGR(KC_0)
 | 
					#define NO_RCBR	ALGR(KC_0)
 | 
				
			||||||
#define NO_PIPE ALGR(NO_ACUT)
 | 
					#define NO_PIPE ALGR(KC_NUBS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define NO_EURO ALGR(KC_E)
 | 
					#define NO_EURO ALGR(KC_E)
 | 
				
			||||||
#define NO_TILD ALGR(NO_QUOT)
 | 
					#define NO_TILD ALGR(NO_QUOT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define NO_BSLS ALGR(NO_LESS)
 | 
					#define NO_BSLS ALGR(KC_MINS)
 | 
				
			||||||
#define NO_MU 	ALGR(KC_M)
 | 
					#define NO_MU 	ALGR(KC_M)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user