From 6b297e50e4ee8903e2c0de2d2d85faf7ef14102c Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Wed, 21 May 2025 15:44:45 -0400 Subject: [PATCH] movement_config: put alarm into standard rotation --- movement_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/movement_config.h b/movement_config.h index b53bc312..e7de1cc7 100644 --- a/movement_config.h +++ b/movement_config.h @@ -34,6 +34,7 @@ const watch_face_t watch_faces[] = { moon_phase_face, stopwatch_face, countdown_face, + alarm_face, voltage_face, temperature_display_face, settings_face,