index
:
orbekk_dactyl_example
master
Unnamed repository; edit this file 'description' to name the repository.
KJ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ps2_usb
/
sendchar_dummy.c
blob: 8c9e583f12ca28ef9873addae0ff41ec5d4e19cd (
plain
)
1
2
3
4
5
6
7
8
#include <stdint.h> #include "sendchar.h" int8_t sendchar(uint8_t c) { return 1; }