Skip to content

Commit

Permalink
Fixed closing when no device is found
Browse files Browse the repository at this point in the history
  • Loading branch information
mckset authored Feb 9, 2023
1 parent bb53154 commit c895bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KD100.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include<unistd.h>
#include <unistd.h>
#include <pwd.h>

int keycodes[] = {1, 2, 4, 8, 16, 32, 64, 128, 129, 130, 132, 136, 144, 160, 192, 256, 257, 258, 260, 641, 642};
Expand Down

0 comments on commit c895bcd

Please sign in to comment.