forked from mirrors/qmk_userspace
		
	Add KC_LABK and KC_RABK (< and >)
This commit is contained in:
		
					parent
					
						
							
								fc4f693cad
							
						
					
				
			
			
				commit
				
					
						08f3142463
					
				
			
		
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -118,6 +118,12 @@ extern const uint16_t fn_actions[];
 | 
				
			||||||
#define KC_RCBR LSFT(KC_RBRC)   // }
 | 
					#define KC_RCBR LSFT(KC_RBRC)   // }
 | 
				
			||||||
#define KC_RIGHT_CURLY_BRACE    KC_RCBR
 | 
					#define KC_RIGHT_CURLY_BRACE    KC_RCBR
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define KC_LABK LSFT(KC_COMM)   // <
 | 
				
			||||||
 | 
					#define KC_LEFT_ANGLE_BRACKET   KC_LABK
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define KC_RABK LSFT(KC_DOT)    // >
 | 
				
			||||||
 | 
					#define KC_RIGHT_ANGLE_BRACKET  KC_RABK
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define KC_COLN LSFT(KC_SCLN)   // :
 | 
					#define KC_COLN LSFT(KC_SCLN)   // :
 | 
				
			||||||
#define KC_COLON    KC_COLN
 | 
					#define KC_COLON    KC_COLN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue