diff options
author | Enochen <darakath1128@gmail.com> | 2018-07-09 21:12:59 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-09 18:12:59 -0700 |
commit | 5477bf39bfc01468ea8c09f025cf9c5ee3efd1b7 (patch) | |
tree | 06d8c55b03a5ae89353f137e939a531b39d6d43c /keyboards/hhkb/rn42/suart.h | |
parent | a345458fa9ce98b1e69e6a02dbc611fb5a0fe78d (diff) |
add hhkb bluetooth functionality (rn42) (#2693)
* 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.
Diffstat (limited to 'keyboards/hhkb/rn42/suart.h')
-rw-r--r-- | keyboards/hhkb/rn42/suart.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/hhkb/rn42/suart.h b/keyboards/hhkb/rn42/suart.h new file mode 100644 index 0000000000..7d92be0692 --- /dev/null +++ b/keyboards/hhkb/rn42/suart.h @@ -0,0 +1,8 @@ +#ifndef SUART +#define SUART + +void xmit(uint8_t); +uint8_t rcvr(void); +uint8_t recv(void); + +#endif /* SUART */ |