mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 08:56:47 +06:00
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.
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 */
|