From fcfb651c113f30d0884f431e8674878077044d03 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Tue, 25 Jan 2022 15:53:18 -0500 Subject: [PATCH] movement: add two faces to default build --- movement/movement_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/movement/movement_config.h b/movement/movement_config.h index 16edf0a1..782ddbbd 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -47,6 +47,8 @@ const watch_face_t watch_faces[] = { simple_clock_face, + beats_face, + voltage_face, preferences_face, set_time_face, };