Changed One shot mod cancel key.
This commit is contained in:
		
							parent
							
								
									a1015fab35
								
							
						
					
					
						commit
						4053561e7b
					
				
							
								
								
									
										2
									
								
								keymap.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								keymap.c
									
									
									
									
									
								
							@ -175,7 +175,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
// Callum's one shot functionality
 | 
					// Callum's one shot functionality
 | 
				
			||||||
bool is_oneshot_cancel_key(uint16_t keycode) {
 | 
					bool is_oneshot_cancel_key(uint16_t keycode) {
 | 
				
			||||||
	switch (keycode) {
 | 
						switch (keycode) {
 | 
				
			||||||
		case KC_BSPC : 
 | 
							case KC_ESC: 
 | 
				
			||||||
			return true;
 | 
								return true;
 | 
				
			||||||
		default:
 | 
							default:
 | 
				
			||||||
			return false;
 | 
								return false;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user