mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-09 14:05:43 +01:00
Don't do probing at startup
This commit is contained in:
parent
6bc1736857
commit
4a65f41988
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue