mirror of
https://xff.cz/git/pinephone-keyboard
synced 2024-11-15 05:05:01 -05:00
Don't do probing at startup
This commit is contained in:
parent
6bc1736857
commit
4a65f41988
@ -315,8 +315,8 @@ int main(int ac, char* av[])
|
|||||||
|
|
||||||
debug("\033[2J");
|
debug("\033[2J");
|
||||||
|
|
||||||
uint8_t buf[4] = {1, 2, 3, 4};
|
// uint8_t buf[4] = {1, 2, 3, 4};
|
||||||
ret = write_kb(fd, buf);
|
// ret = write_kb(fd, buf);
|
||||||
|
|
||||||
// - we rely on POGO interrupt to get the key updates
|
// - we rely on POGO interrupt to get the key updates
|
||||||
// - if any key is pressed, we will in addition poll
|
// - if any key is pressed, we will in addition poll
|
||||||
|
Loading…
Reference in New Issue
Block a user