* Added my keymap * maybe that wasn't quite right. * Reduced the tap time to register layer * changed the tapping term that fits my typing speed a little better * Added retro tapping and reduced tapping term duration
		
			
				
	
	
		
			10 lines
		
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef CONFIG_USER_H
 | |
| #define CONFIG_USER_H
 | |
| #include "../../config.h"
 | |
| 
 | |
| #define TAPPING_TERM 25
 | |
| #define RETRO_TAPPING
 | |
| #define PERMISSIVE_HOLD
 | |
| 
 | |
| 
 | |
| #endif |