Fixing Debounce - WIP
This commit is contained in:
parent
a0fdb6b81a
commit
508eddf8ba
3 changed files with 179 additions and 89 deletions
|
@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define BACKLIGHT_LEVELS 3
|
||||
|
||||
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
|
||||
#define DEBOUNCING_DELAY 5
|
||||
#define DEBOUNCING_DELAY 0
|
||||
|
||||
#define MATRIX_MASKED
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue