From 7421749f450d9845574a64476a7bebbf8555e8d7 Mon Sep 17 00:00:00 2001 From: spv Date: Wed, 24 Sep 2025 18:42:02 -0400 Subject: refactor, change timeout to 5s --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index c1bb692..ece1e36 100644 --- a/src/config.h +++ b/src/config.h @@ -8,7 +8,7 @@ #define THREAD_WAIT (100 MS) /* how long to keep the light on */ -#define BACKLIGHT_TIME (10 SEC) +#define BACKLIGHT_TIME (5 SEC) /* path to keypad evdev */ #define KEYBOARD_FILE "/dev/input/event1" -- cgit v1.2.3