From dc6aebb4f8b5edf0dcb88edff64ab35c789ba7ad Mon Sep 17 00:00:00 2001 From: Alessandro Genova Date: Sat, 18 Oct 2025 22:53:12 -0400 Subject: [PATCH] add fast_stopwatch_face to default, and remove rtccount_face --- movement_config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/movement_config.h b/movement_config.h index a20cd3c2..2f48d8fd 100644 --- a/movement_config.h +++ b/movement_config.h @@ -32,14 +32,13 @@ const watch_face_t watch_faces[] = { world_clock_face, sunrise_sunset_face, moon_phase_face, - stopwatch_face, + fast_stopwatch_face, countdown_face, alarm_face, temperature_display_face, voltage_face, settings_face, set_time_face, - rtccount_face, }; #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))