forked from forks/qmk_firmware
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 886713d8bb
.
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 */
|