mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #if defined(KEYBOARD_maple_computing_launchpad_rev1)
 | |
| #    include "rev1.h"
 | |
| #endif
 | |
| 
 | |
| #include "quantum.h"
 | 
