]> git.earman.xyz Git - sensor-watch.git/commitdiff
Revert more config
authorRaffael Mancini <raffael.mancini@mnhn.lu>
Wed, 4 Mar 2026 13:24:27 +0000 (14:24 +0100)
committerRaffael Mancini <raffael.mancini@mnhn.lu>
Wed, 4 Mar 2026 13:24:27 +0000 (14:24 +0100)
movement_config.h

index 01d718b1ceab9cefff0f59a113f59ef625f65e7a..adaf7cdbedf51b104ebef346983994b3498ebac5 100644 (file)
@@ -50,7 +50,7 @@ const watch_face_t watch_faces[] = {
  * Some folks also like to use this to hide the preferences and time set faces from the normal rotation.
  * If you don't want any faces to be excluded, set this to 0 and a long Mode press will have no effect.
  */
-#define MOVEMENT_SECONDARY_FACE_INDEX 5
+#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 5)
 
 /* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options. */
 #define SIGNAL_TUNE_DEFAULT
@@ -107,6 +107,6 @@ const watch_face_t watch_faces[] = {
  * A value of 4 is a good starting point if you have issues
  * with multiple button presses firing.
 */
-#define MOVEMENT_DEBOUNCE_TICKS 4
+#define MOVEMENT_DEBOUNCE_TICKS 0
 
 #endif // MOVEMENT_CONFIG_H_