mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	 4cdb86c730
			
		
	
	
		4cdb86c730
		
	
	
	
	
		
			
			* Move Sol, Zen, & Zygomorph keyboards to RGBKB folder * Updated default keymaps * Fixing more areas due too folder moves * Fixing Zen layer numbers * Fixing zygomorph layer comments * Fixing Colmak comments * Fixing Sol Colmak readme * Macro alignment * Zen rev2 configuration json * Fixing sol ifdef * Fixing Sol info.json
		
			
				
	
	
		
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #if KEYBOARD_rgbkb_zen_rev1
 | |
|     #include "rev1.h"
 | |
| #elif KEYBOARD_rgbkb_zen_rev2
 | |
|     #include "rev2.h"
 | |
| #endif
 | |
| #include "quantum.h"
 |