Don't do probing at startup

This commit is contained in:
Ondrej Jirman 2022-02-02 08:39:11 +01:00
parent 6bc1736857
commit 4a65f41988
1 changed files with 2 additions and 2 deletions

View File

@ -315,8 +315,8 @@ int main(int ac, char* av[])
debug("\033[2J");
uint8_t buf[4] = {1, 2, 3, 4};
ret = write_kb(fd, buf);
// uint8_t buf[4] = {1, 2, 3, 4};
// ret = write_kb(fd, buf);
// - we rely on POGO interrupt to get the key updates
// - if any key is pressed, we will in addition poll