From: rush Date: Fri, 26 Jun 2026 19:57:02 +0000 (-0400) Subject: Set some defaults X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=29be6143d5ea16b354422eb074acd2ce9c5ac77c;p=sensor-watch.git Set some defaults --- diff --git a/movement_config.h b/movement_config.h index 2f48d8f..219ddb4 100644 --- a/movement_config.h +++ b/movement_config.h @@ -29,9 +29,6 @@ const watch_face_t watch_faces[] = { clock_face, - world_clock_face, - sunrise_sunset_face, - moon_phase_face, fast_stopwatch_face, countdown_face, alarm_face, @@ -49,7 +46,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 (MOVEMENT_NUM_FACES - 5) +#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 2) /* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options. */ #define SIGNAL_TUNE_DEFAULT @@ -62,7 +59,7 @@ const watch_face_t watch_faces[] = { #define MOVEMENT_DEFAULT_BLUE_COLOR 0x0 /* Set to true for 24h mode or false for 12h mode */ -#define MOVEMENT_DEFAULT_24H_MODE false +#define MOVEMENT_DEFAULT_24H_MODE true /* Enable or disable the sound on mode button press */ #define MOVEMENT_DEFAULT_BUTTON_SOUND true @@ -91,7 +88,7 @@ const watch_face_t watch_faces[] = { * 6: 1 day * 7: 7 days */ -#define MOVEMENT_DEFAULT_LOW_ENERGY_INTERVAL 2 +#define MOVEMENT_DEFAULT_LOW_ENERGY_INTERVAL 1 /* Set the led duration * Valid values are: @@ -100,7 +97,7 @@ const watch_face_t watch_faces[] = { * 2: 3 seconds * 3: 5 seconds */ -#define MOVEMENT_DEFAULT_LED_DURATION 1 +#define MOVEMENT_DEFAULT_LED_DURATION 2 /* Optionally debounce button presses (disable by default). * A value of 4 is a good starting point if you have issues