* to ease the maintenance for some boards ibnuda has. * followed ridingqwerty's suggestion on 8821. * folloing drashna's suggestion on qmk's 8221. * following drashn's suggestion on qmk's 8211
		
			
				
	
	
		
			10 lines
		
	
	
		
			144 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			144 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #define COMBO_COUNT 18
 | |
| #define COMBO_TERM 100
 | |
| 
 | |
| #define IGNORE_MOD_TAP_INTERRUPT
 | |
| #define PERMISSIVE_HOLD
 | |
| 
 | |
| #define TAPPING_TERM 200
 |