summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-04-06 15:12:03 -0400
committerJoey Castillo <joeycastillo@utexas.edu>2022-04-06 15:12:03 -0400
commit81de97d3465377f75c4c8e1539871ac614b4f77b (patch)
tree5f2ad43b08f0a9daeca8e822331f539ffb2baeb9
parent4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf (diff)
parentaff07ef9b346967468770d860686e344a66e9e86 (diff)
downloadSensor-Watch-81de97d3465377f75c4c8e1539871ac614b4f77b.tar.gz
Sensor-Watch-81de97d3465377f75c4c8e1539871ac614b4f77b.tar.bz2
Sensor-Watch-81de97d3465377f75c4c8e1539871ac614b4f77b.zip
Merge branch 'main' into mars-clock
-rw-r--r--movement/watch_faces/complication/moon_phase_face.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/watch_faces/complication/moon_phase_face.c b/movement/watch_faces/complication/moon_phase_face.c
index 0ff7b254..eb919375 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: