[Keymap] Updates to drashna Keymaps and Userspace (#17543)
This commit is contained in:
		
							parent
							
								
									a3119385a4
								
							
						
					
					
						commit
						1c43410e26
					
				
					 26 changed files with 759 additions and 522 deletions
				
			
		| 
						 | 
				
			
			@ -26,7 +26,7 @@ void diablo_tapdance_master(qk_tap_dance_state_t *state, void *user_data) {
 | 
			
		|||
    if (state->count >= (sizeof(diablo_times) / sizeof(uint8_t))) {
 | 
			
		||||
        diablo_timer[diablo_keys->index].key_interval = 0;
 | 
			
		||||
        reset_tap_dance(state);
 | 
			
		||||
    } else {  // else set the interval (tapdance count starts at 1, array starts at 0, so offset by one)
 | 
			
		||||
    } else { // else set the interval (tapdance count starts at 1, array starts at 0, so offset by one)
 | 
			
		||||
        diablo_timer[diablo_keys->index].key_interval = diablo_times[state->count - 1];
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue