* chore: pulled the latest from master Bring my redox layout from my latest redox branch Bring my latest user stuff from my redox branch * Update users/danielo515/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * chore: some more layouts * feat: add gaming layer (has a bug) * chore: more gaming layout * chore: deactivate gaming layer when switching * chore: simplify gaming toggle * Update .vscode/settings.json Co-authored-by: Drashna Jaelre <drashna@live.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			232 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			232 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
#if defined(COMBO_ENABLE)
 | 
						|
#    define COMBO_COUNT 11
 | 
						|
#    define COMBO_TERM 25
 | 
						|
#endif  // !COMBO_ENABLE
 | 
						|
// Timeout settings for leader key
 | 
						|
#undef LEADER_TIMEOUT
 | 
						|
#define LEADER_TIMEOUT 350
 | 
						|
#define LEADER_PER_KEY_TIMING
 |