forked from mfulz_github/qmk_firmware
		
	* create a user space * adds example * document, add readme.md * jackhumbert userspace, ergodox keymap
		
			
				
	
	
		
			8 lines
		
	
	
		
			97 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			97 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef USERSPACE
 | 
						|
#define USERSPACE
 | 
						|
 | 
						|
#include "quantum.h"
 | 
						|
 | 
						|
void my_custom_function(void);
 | 
						|
 | 
						|
#endif |