diff options
-rw-r--r-- | movement/template/template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/template/template.c b/movement/template/template.c index c9c174b6..91611d08 100644 --- a/movement/template/template.c +++ b/movement/template/template.c @@ -52,6 +52,7 @@ bool <#watch_face_name#>_face_loop(movement_event_t event, movement_settings_t * break; case EVENT_TICK: // If needed, update your display here. + break; case EVENT_MODE_BUTTON_UP: // You shouldn't need to change this case; Mode almost always moves to the next watch face. movement_move_to_next_face(); |