mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			205 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			205 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #if defined(COMBO_ENABLE)
 | |
| #    define COMBO_TERM 25
 | |
| #endif  // !COMBO_ENABLE
 | |
| // Timeout settings for leader key
 | |
| #undef LEADER_TIMEOUT
 | |
| #define LEADER_TIMEOUT 350
 | |
| #define LEADER_PER_KEY_TIMING
 | 
