]> git.earman.xyz Git - sensor-watch.git/commit
restore old light button behavior
authorJeremy O'Brien <neutral@fastmail.com>
Thu, 26 Jan 2023 15:44:11 +0000 (10:44 -0500)
committerjoeycastillo <joeycastillo@utexas.edu>
Fri, 27 Jan 2023 15:43:03 +0000 (09:43 -0600)
commita18c285e5846ddd2ac5be6876f50bdffb9d17bb8
tree2d5bd6dd691a06268a97449fbd0cedc346efd94e
parentc945f323f467803f09a81221cee0c53d95b4cf86
restore old light button behavior

watch faces that handle EVENT_LIGHT_BUTTON_UP but not EVENT_LIGHT_BUTTON_DOWN
probably don't want the default EVENT_LIGHT_BUTTON_DOWN LED activation behavior
22 files changed:
movement/watch_faces/clock/mars_time_face.c
movement/watch_faces/complication/alarm_face.c
movement/watch_faces/complication/blinky_face.c
movement/watch_faces/complication/countdown_face.c
movement/watch_faces/complication/databank_face.c
movement/watch_faces/complication/interval_face.c
movement/watch_faces/complication/morsecalc_face.c
movement/watch_faces/complication/probability_face.c
movement/watch_faces/complication/rpn_calculator_alt_face.c
movement/watch_faces/complication/rpn_calculator_face.c
movement/watch_faces/complication/sailing_face.c
movement/watch_faces/complication/ships_bell_face.c
movement/watch_faces/complication/tachymeter_face.c
movement/watch_faces/complication/tarot_face.c
movement/watch_faces/complication/tomato_face.c
movement/watch_faces/complication/wake_face.c
movement/watch_faces/demo/frequency_correction_face.c
movement/watch_faces/sensor/accelerometer_data_acquisition_face.c
movement/watch_faces/settings/finetune_face.c
movement/watch_faces/settings/nanosec_face.c
movement/watch_faces/settings/set_time_face.c
movement/watch_faces/settings/set_time_hackwatch_face.c