diff options
| author | joeycastillo <joeycastillo@utexas.edu> | 2023-02-10 16:44:36 -0600 |
|---|---|---|
| committer | joeycastillo <joeycastillo@utexas.edu> | 2023-02-10 16:44:36 -0600 |
| commit | 827c3eb4a43b1a663139af8d07546c511d2b38ed (patch) | |
| tree | a6ed49cfe4557833724844eca40fe5735f4d3597 | |
| parent | a461e8e8f90f75c0d3b3e8cfb9cdc7361985bfc1 (diff) | |
| download | Sensor-Watch-827c3eb4a43b1a663139af8d07546c511d2b38ed.tar.gz Sensor-Watch-827c3eb4a43b1a663139af8d07546c511d2b38ed.tar.bz2 Sensor-Watch-827c3eb4a43b1a663139af8d07546c511d2b38ed.zip | |
what fresh hell was that?
| -rw-r--r-- | movement/watch_faces/complication/countdown_face.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/watch_faces/complication/countdown_face.c b/movement/watch_faces/complication/countdown_face.c index 958a5737..aa23ddc6 100644 --- a/movement/watch_faces/complication/countdown_face.c +++ b/movement/watch_faces/complication/countdown_face.c @@ -225,7 +225,7 @@ bool countdown_face_loop(movement_event_t event, movement_settings_t *settings, abort_quick_ticks(state); movement_move_to_next_face(); break; - case EVENT_LIGHT_BUTTON_DOWN: + case EVENT_LIGHT_BUTTON_UP: switch(state->mode) { case cd_running: movement_illuminate_led(); |
