From: Joey Castillo Date: Sun, 3 Apr 2022 19:47:26 +0000 (-0400) Subject: moon phase: light LED on press like other faces X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=f7ab99bb69baccee092b93f653e087364938f26b;p=sensor-watch.git moon phase: light LED on press like other faces --- diff --git a/movement/watch_faces/complication/moon_phase_face.c b/movement/watch_faces/complication/moon_phase_face.c index 0ff7b25..eb91937 100644 --- a/movement/watch_faces/complication/moon_phase_face.c +++ b/movement/watch_faces/complication/moon_phase_face.c @@ -158,7 +158,7 @@ bool moon_phase_face_loop(movement_event_t event, movement_settings_t *settings, case EVENT_MODE_BUTTON_UP: movement_move_to_next_face(); break; - case EVENT_LIGHT_BUTTON_UP: + case EVENT_LIGHT_BUTTON_DOWN: movement_illuminate_led(); break; case EVENT_ALARM_BUTTON_UP: