* Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			154 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			154 B
		
	
	
	
		
			C
		
	
	
	
	
	
//// #error rev2 serial config
 | 
						|
 | 
						|
#ifndef SOFT_SERIAL_PIN
 | 
						|
/* Soft Serial defines */
 | 
						|
#define SOFT_SERIAL_PIN D2
 | 
						|
 | 
						|
#define SERIAL_USE_MULTI_TRANSACTION
 | 
						|
#endif
 |