mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	 e6420f0bd8
			
		
	
	
		e6420f0bd8
		
	
	
	
	
		
			
			* added handwired keyboard wulkan * added info.json for qmk configurator * fixed spelling * enum dont need to be assigned to zero * removed cflag from readme * updated rules.mk * removed unneeded rows from config * moved unicode to keymap conf * fix adjust layer and comments for keymap
		
			
				
	
	
		
			7 lines
		
	
	
		
			74 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			74 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "wulkan.h"
 | |
| 
 | |
| void matrix_init_kb(void) {
 | |
|   matrix_init_user();
 | |
| }
 | |
| 
 |