* Initial Clueboard 66% arm support * Fix LAYOUT_66_ansi * wip * Bring this branch up to date with led_matrix * Get Clueboard 66% hotswap working with led_matrix * stm32 cleanup * Fix compiling for clueboard 66% hotswap prototype * Reduce the size of the prototype firmware
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
#ifdef KEYBOARD_clueboard_66_hotswap_gen1
 | 
						|
    #include "gen1.h"
 | 
						|
#endif
 | 
						|
 | 
						|
#ifdef KEYBOARD_clueboard_66_hotswap_prototype
 | 
						|
    #include "prototype.h"
 | 
						|
#endif
 |