* add hhkb bluetooth functionality (rn42) pretty much straight from tmk some minor changes to make things work * hhkb jp personal keymap * Revert "hhkb jp personal keymap" This reverts commit 886713d8bb98572f03110f285706a8140a083892.
		
			
				
	
	
		
			9 lines
		
	
	
		
			109 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			109 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef SUART
 | 
						|
#define SUART
 | 
						|
 | 
						|
void xmit(uint8_t);
 | 
						|
uint8_t rcvr(void);
 | 
						|
uint8_t recv(void);
 | 
						|
 | 
						|
#endif	/* SUART */
 |