diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2008-05-29 21:27:44 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2008-05-29 21:27:44 +0000 |
| commit | c541e046325f97307f34b2e51ca7994126dd1969 (patch) | |
| tree | e7144cb6cd2478669b79dd197d464cbc6752bdb7 /firmware/export | |
| parent | f76122f0e7a3b82962dbe005d58a643c835013d0 (diff) | |
| download | rockbox-c541e046325f97307f34b2e51ca7994126dd1969.zip rockbox-c541e046325f97307f34b2e51ca7994126dd1969.tar.gz rockbox-c541e046325f97307f34b2e51ca7994126dd1969.tar.bz2 rockbox-c541e046325f97307f34b2e51ca7994126dd1969.tar.xz | |
Gigabeat F/X:
Allow chaning of touchpad sensitivity in the System settings menu. Some
units are dodgey at "Normal" senitivity and some at "High". "High" can make
some units difficult to navigate and may even require a settings reset so try
it and don't use "High" again if it doesn't work out :-). Defaults to "Normal"
which behaves like older builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17656 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-gigabeat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 03cedd0..cf64baa 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -48,6 +48,8 @@ /* We don't use a setting but a fixed delay after the backlight has * turned off */ #define LCD_SLEEP_TIMEOUT (5*HZ) + +#define HAVE_TOUCHPAD_SENSITIVITY_SETTING #endif /* BOOTLOADER */ #define CONFIG_KEYPAD GIGABEAT_PAD |