From 4b1d1b40339d98e08d1d975d4fa511a0768a7204 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 22 Apr 2007 13:02:24 +0000 Subject: e200: Make the wheel light timeout configurable (under settings > system) (FS#7067) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13244 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 0a82051498..13291be3df 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -717,6 +717,9 @@ struct user_settings unsigned char remote_icon_file[MAX_FILENAME+1]; unsigned char remote_viewers_icon_file[MAX_FILENAME+1]; #endif +#ifdef HAVE_BUTTON_LIGHT + int button_light_timeout; +#endif }; /** global variables **/ -- cgit v1.2.3