fix on keyboard locked-keys

This commit is contained in:
Paul 2022-06-04 00:03:58 +02:00
parent 91163251e6
commit ce4fc78b16
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/firmware/build/
/build/

View File

@ -351,6 +351,7 @@ int main(int ac, char* av[])
while (retries_left--) {
ret = read_kb(fd, buf);
if (ret)
update_keys(buf + 1);
continue;
}