Tweak my TAPPING_TERM and be more futureproof (#8143)
* Explicitly undef things I override in keymaps * Reduce TAPPING_TERM back to default
This commit is contained in:
		
							parent
							
								
									f4c1e066ba
								
							
						
					
					
						commit
						1fed214490
					
				
					 3 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3,10 +3,13 @@
 | 
			
		|||
 | 
			
		||||
#define TAP_CODE_DELAY 20
 | 
			
		||||
 | 
			
		||||
/* Extend default tap timeout because I'm too slow. :) */
 | 
			
		||||
/*
 | 
			
		||||
 * Force the default tapping term since some keyboards make it way too short
 | 
			
		||||
 * (*cough*Lily58*cough*).
 | 
			
		||||
 */
 | 
			
		||||
#undef TAPPING_TERM
 | 
			
		||||
 | 
			
		||||
#define TAPPING_TERM 250
 | 
			
		||||
#define TAPPING_TERM 200
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Treat mod-tap keys as holds even if the mod-tap key and the key being
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue