diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-08-10 03:20:36 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-08-10 03:20:36 +0200 |
| commit | c9a46c2c0474c7b5bed67519a3df499863db0096 (patch) | |
| tree | a1527cfebb28e9f623b363c237cb7f43fec9a7b4 /src/keymat.c | |
| parent | 4c462d0af136c244e2c2edf6f464c5f495f5b870 (diff) | |
| download | sxkbd-c9a46c2c0474c7b5bed67519a3df499863db0096.tar.gz sxkbd-c9a46c2c0474c7b5bed67519a3df499863db0096.zip | |
Remove old debouncing code and adjust timeout
Diffstat (limited to 'src/keymat.c')
| -rw-r--r-- | src/keymat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymat.c b/src/keymat.c index a51bd52..d1349e3 100644 --- a/src/keymat.c +++ b/src/keymat.c @@ -11,7 +11,7 @@ #include <string.h> -#define DEBOUNCE_MS 5 +#define DEBOUNCE_MS 50 #ifdef BAD_GPIO_MITIGATION static const uint keymat_row_pins[] = { 4, 9, 6, 7 }; |
