git://git.gir.st
/
tmk_keyboard.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Codes appear to be detected correctly, the break codes are broken.
[tmk_keyboard.git]
/
tmk_core
/
protocol
/
xt_io.h
1
#ifndef XT_IO_H
2
#define XT_IO_H
3
4
bool
clock_in
(
void
);
5
bool
data_in
(
void
);
6
7
#endif