Skip to content

Commit

Permalink
#97 Lower debounce timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Jun 7, 2024
1 parent fe85e0e commit 80d3a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NERODevelopment/src/controllers/buttoncontroller.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public slots:
qint64 m_rightButtonDebounce = 0;
qint64 m_leftButtonDebounce = 0;
qint64 m_homeButtonDebounce = 0;
int m_debounceOffset = 500;
int m_debounceOffset = 100;
bool m_downButtonDebounceRunning = false;
bool m_upButtonDebounceRunning = false;
bool m_rightButtonDebounceRunning = false;
Expand Down

0 comments on commit 80d3a1b

Please sign in to comment.