diff options
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 6aeb0b83..047628ad 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -16,9 +16,11 @@ #include "totp_face.h" #include "lis2dh_logging_face.h" #include "demo_face.h" +#include "hello_there_face.h" const watch_face_t watch_faces[] = { simple_clock_face, + hello_there_face, preferences_face, set_time_face, }; |