From 137906e14ac1f37c6d6399db5a30a77a814a6725 Mon Sep 17 00:00:00 2001 From: David Volovskiy Date: Sun, 8 Sep 2024 17:23:53 -0400 Subject: [PATCH] Added more presets to the tally face --- movement/watch_faces/complication/tally_face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement/watch_faces/complication/tally_face.c b/movement/watch_faces/complication/tally_face.c index 32e3c52..3893fc7 100644 --- a/movement/watch_faces/complication/tally_face.c +++ b/movement/watch_faces/complication/tally_face.c @@ -32,7 +32,7 @@ static bool _init_val; static bool _quick_ticks_running; -static const int16_t _tally_default[] = {0, 40, 20}; +static const int16_t _tally_default[] = {0, 100, 40, 20, 10}; static const uint8_t _tally_default_size = sizeof(_tally_default) / sizeof(int16_t); void tally_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr) {