]> git.earman.xyz Git - sensor-watch.git/commitdiff
moon phase: light LED on press like other faces
authorJoey Castillo <joeycastillo@utexas.edu>
Sun, 3 Apr 2022 19:47:26 +0000 (15:47 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Sun, 3 Apr 2022 19:47:26 +0000 (15:47 -0400)
movement/watch_faces/complication/moon_phase_face.c

index 0ff7b25492994279ab24324869da5a5a7328cdd9..eb919375537626b019ce126c1e875aff2b2bfe5f 100644 (file)
@@ -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: