10 lines
		
	
	
		
			180 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			180 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef PROCESS_UNICODE_H
 | 
						|
#define PROCESS_UNICODE_H
 | 
						|
 | 
						|
#include "quantum.h"
 | 
						|
#include "process_unicode_common.h"
 | 
						|
 | 
						|
bool process_unicode(uint16_t keycode, keyrecord_t *record);
 | 
						|
 | 
						|
#endif
 |