Skip to content

Commit

Permalink
Set KEY_DEBOUNCER_TIMEOUT_MSEC to 30. This looks like a safe bet to e…
Browse files Browse the repository at this point in the history
…liminate key chattering for every switch.
  • Loading branch information
mondalaci committed Feb 27, 2018
1 parent c6d6078 commit 2e53331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion right/src/key_debouncer.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Macros:

#define KEY_DEBOUNCER_INTERVAL_MSEC 1
#define KEY_DEBOUNCER_TIMEOUT_MSEC 20
#define KEY_DEBOUNCER_TIMEOUT_MSEC 30

// Functions:

Expand Down

0 comments on commit 2e53331

Please sign in to comment.