You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					29 lines
				
				665 B
			
		
		
			
		
	
	
					29 lines
				
				665 B
			| 
								 
											7 years ago
										 
									 | 
							
								// øæå
							 | 
						||
| 
								 | 
							
								#define NO_OE   KC_SCLN
							 | 
						||
| 
								 | 
							
								#define NO_AE   KC_QUOT
							 | 
						||
| 
								 | 
							
								#define NO_AA   KC_LBRC
							 | 
						||
| 
								 | 
							
								// rename
							 | 
						||
| 
								 | 
							
								#define NO_ANBR KC_NUBS
							 | 
						||
| 
								 | 
							
								#define NO_APOS KC_BSLS
							 | 
						||
| 
								 | 
							
								#define NO_BSLS KC_EQL
							 | 
						||
| 
								 | 
							
								#define NO_DASH KC_SLSH
							 | 
						||
| 
								 | 
							
								#define NO_PLUS KC_MINS
							 | 
						||
| 
								 | 
							
								#define NO_UMLA KC_RBRC
							 | 
						||
| 
								 | 
							
								#define NO_PIPE KC_GRV
							 | 
						||
| 
								 | 
							
								// shifted
							 | 
						||
| 
								 | 
							
								#define NO_EXCL LSFT(KC_1)
							 | 
						||
| 
								 | 
							
								#define NO_QUOT LSFT(KC_2)
							 | 
						||
| 
								 | 
							
								#define NO_HASH LSFT(KC_3)
							 | 
						||
| 
								 | 
							
								#define NO_PERC LSFT(KC_5)
							 | 
						||
| 
								 | 
							
								#define NO_AMPE LSFT(KC_6)
							 | 
						||
| 
								 | 
							
								#define NO_FSLS LSFT(KC_7)
							 | 
						||
| 
								 | 
							
								#define NO_LPAR LSFT(KC_8)
							 | 
						||
| 
								 | 
							
								#define NO_RPAR LSFT(KC_9)
							 | 
						||
| 
								 | 
							
								#define NO_EQUA LSFT(KC_0)
							 | 
						||
| 
								 | 
							
								#define NO_QEST LSFT(KC_MINS)
							 | 
						||
| 
								 | 
							
								#define NO_ASTE LSFT(KC_BSLS)
							 | 
						||
| 
								 | 
							
								// altgr
							 | 
						||
| 
								 | 
							
								#define NO_ALFA ALGR(KC_2)
							 | 
						||
| 
								 | 
							
								#define NO_USDO ALGR(KC_4)
							 | 
						||
| 
								 | 
							
								#define NO_TILD ALGR(KC_RBRC)
							 |