Add an optional implementation of button debounce

This commit is contained in:
Alessandro Genova
2025-08-06 21:29:44 -04:00
parent bf9d89106f
commit 9d91ff3090
2 changed files with 21 additions and 0 deletions
+6
View File
@@ -101,4 +101,10 @@ const watch_face_t watch_faces[] = {
*/
#define MOVEMENT_DEFAULT_LED_DURATION 1
/* Optionally debounce button presses (disable by default).
* A value of 4 is a good starting point if you have issues
* with multiple button presses firing.
*/
#define MOVEMENT_DEBOUNCE_TICKS 0
#endif // MOVEMENT_CONFIG_H_