From 75be6219142a7333fb62ac91fb6abaaf648077e4 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Tue, 19 Oct 2021 13:33:11 -0400 Subject: movement settings: add timeout and LED duration --- movement/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'movement/README.md') diff --git a/movement/README.md b/movement/README.md index e4eeb1c4..009234f8 100644 --- a/movement/README.md +++ b/movement/README.md @@ -158,10 +158,10 @@ case EVENT_MODE_BUTTON_UP: break; ``` -Similarly in response to the user releasing the LIGHT button, we tell Movement to illuminate the LED. Movement does not do this automatically, in case your watch face UI has another use for the LIGHT button. +Similarly in response to the user pressing the LIGHT button, we tell Movement to illuminate the LED. Movement does not do this automatically, in case your watch face UI has another use for the LIGHT button. ```c -case EVENT_LIGHT_BUTTON_UP: +case EVENT_LIGHT_BUTTON_DOWN: movement_illuminate_led(); break; ``` -- cgit v1.2.3