Skip to content

Commit

Permalink
Lower debounce time
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Sep 1, 2024
1 parent e03122a commit ea17b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uibuttons.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "config.h"

#define BUTTONS_UPDATE_NUM_TICKS 100
#define DEBOUNCE_TIME 100
#define DEBOUNCE_TIME 20
#define MAX_GPIO_BUTTONS 9 // 5 UI buttons, 4 Program/TG Select buttons
#define MAX_MIDI_BUTTONS 9
#define MAX_BUTTONS (MAX_GPIO_BUTTONS+MAX_MIDI_BUTTONS)
Expand Down

0 comments on commit ea17b37

Please sign in to comment.