This website requires JavaScript.
Explore
Help
Sign In
mfulz_github
/
qmk_firmware
mirror of
https://github.com/mfulz/qmk_firmware.git
Watch
1
Star
0
Fork
You've already forked qmk_firmware
1
Code
Issues
Projects
Releases
Wiki
Activity
60052acc0f
qmk_firmware
/
ps2_usb
/
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