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