increase timeout for dual mode caps key
This commit is contained in:
		
							parent
							
								
									f6feee8167
								
							
						
					
					
						commit
						467e284178
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -374,7 +374,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
 | 
			
		|||
		break;	
 | 
			
		||||
		case DUAL_CAPSLOCK: 
 | 
			
		||||
		   if (record->event.pressed) { 
 | 
			
		||||
				   if(timer_elapsed(capslock_timer) < 100) { 
 | 
			
		||||
				   if(timer_elapsed(capslock_timer) < 300) { 
 | 
			
		||||
						   // activate SHELL_NAV
 | 
			
		||||
						   layer_on(SHELL_NAV); 
 | 
			
		||||
				   } else { 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue