diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-04-22 13:02:24 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-04-22 13:02:24 +0000 |
| commit | 4b1d1b40339d98e08d1d975d4fa511a0768a7204 (patch) | |
| tree | 732f6c3ef001f15409181c12a3d27a8d62d03b00 /firmware/export/config-e200.h | |
| parent | 6bf86b799ec96c9e9d42cf9fd2e0654023eee057 (diff) | |
| download | rockbox-4b1d1b40339d98e08d1d975d4fa511a0768a7204.zip rockbox-4b1d1b40339d98e08d1d975d4fa511a0768a7204.tar.gz rockbox-4b1d1b40339d98e08d1d975d4fa511a0768a7204.tar.bz2 rockbox-4b1d1b40339d98e08d1d975d4fa511a0768a7204.tar.xz | |
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
Diffstat (limited to 'firmware/export/config-e200.h')
| -rw-r--r-- | firmware/export/config-e200.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index ccff38d..87d7e78 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -22,6 +22,9 @@ #define MAX_BRIGHTNESS_SETTING 12 #define DEFAULT_BRIGHTNESS_SETTING 6 +/* define this if you have a light associated with the buttons */ +#define HAVE_BUTTON_LIGHT + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN |