mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			188 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			188 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
#include "quantum.h"
 | 
						|
 | 
						|
#ifdef KEYBOARD_ergodash_rev1
 | 
						|
    #include "rev1.h"
 | 
						|
#endif // #ifdef KEYBOARD_ergodash_rev1
 | 
						|
 | 
						|
#ifdef KEYBOARD_ergodash_mini
 | 
						|
    #include "mini.h"
 | 
						|
#endif
 |