This website requires JavaScript.
Explore
Help
Sign In
g1smo
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
47f5d8b545
qmk_firmware
/
ps2_vusb
/
sendchar_dummy.c
9 lines
89 B
C
Raw
Blame
History
#
include
<stdint.h>
#
include
"sendchar.h"
int8_t
sendchar
(
uint8_t
c
)
{
return
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink