hhkb: Integrate RN-42 support, remove hhkb_rn42
This commit is contained in:
parent
ce66988650
commit
099701dd31
32 changed files with 69 additions and 1004 deletions
8
keyboard/hhkb/rn42/suart.h
Normal file
8
keyboard/hhkb/rn42/suart.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SUART
|
||||
#define SUART
|
||||
|
||||
void xmit(uint8_t);
|
||||
uint8_t rcvr(void);
|
||||
uint8_t recv(void);
|
||||
|
||||
#endif /* SUART */
|
Loading…
Add table
Add a link
Reference in a new issue