* Update atreus to current code conventions - add multi revision instead of defines * Remove config.h duplication from user keymaps * Add breaking change log * Add missing pragma once
		
			
				
	
	
		
			7 lines
		
	
	
		
			105 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			105 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
// place overrides here
 | 
						|
 | 
						|
/* Make Overloaded Keys switch faster */
 | 
						|
#define TAPPING_TERM 150
 |