moon phase: light LED on press like other faces

This commit is contained in:
Joey Castillo 2022-04-03 15:47:26 -04:00
parent dd3e6c5fc3
commit f7ab99bb69

View 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: