This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
433dc60686
qmk_firmware
/
keyboards
/
hhkb
/
rn42
/
suart.h
6 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
Fix some more missing `#pragma once`s (#20241)
2023-03-23 17:21:37 +00:00
#
pragma once
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.
2018-07-10 01:12:59 +00:00
void
xmit
(
uint8_t
)
;
uint8_t
rcvr
(
void
)
;
uint8_t
recv
(
void
)
;
Reference in a new issue
Copy permalink