 5477bf39bf
			
		
	
	
		5477bf39bf
		
	
	
	
	
		
			
			* 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.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef SUART
 | |
| #define SUART
 | |
| 
 | |
| void xmit(uint8_t);
 | |
| uint8_t rcvr(void);
 | |
| uint8_t recv(void);
 | |
| 
 | |
| #endif	/* SUART */
 |