diff options
| author | spv <spv@spv.sh> | 2025-09-24 18:42:02 -0400 |
|---|---|---|
| committer | spv <spv@spv.sh> | 2025-09-24 18:42:02 -0400 |
| commit | 7421749f450d9845574a64476a7bebbf8555e8d7 (patch) | |
| tree | b6b907daa22c6683f23ebeb1f0c1f3e3407ce4ea /src/config.h | |
| parent | e87085400d4a46793ee4f21ea8591c0f65813ba6 (diff) | |
refactor, change timeout to 5s
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
