diff options
| author | Mark Arigo <markarigo@gmail.com> | 2009-02-18 02:52:02 +0000 |
|---|---|---|
| committer | Mark Arigo <markarigo@gmail.com> | 2009-02-18 02:52:02 +0000 |
| commit | adcbd108c1f96c6ac3ff63deefda87a6c3e9d313 (patch) | |
| tree | 13a14786d8b168bf7c0b69a7f0947236413d37c9 | |
| parent | f34cd80f638a6ca3b336f6ebd14cd958974b2760 (diff) | |
| download | rockbox-adcbd108c1f96c6ac3ff63deefda87a6c3e9d313.zip rockbox-adcbd108c1f96c6ac3ff63deefda87a6c3e9d313.tar.gz rockbox-adcbd108c1f96c6ac3ff63deefda87a6c3e9d313.tar.bz2 rockbox-adcbd108c1f96c6ac3ff63deefda87a6c3e9d313.tar.xz | |
Philips HDD1630 - use the volume buttons in lists.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20036 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | firmware/export/config-hdd1630.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h index 69ef999..2df89ec 100755 --- a/firmware/export/config-hdd1630.h +++ b/firmware/export/config-hdd1630.h @@ -71,6 +71,9 @@ #define CONFIG_KEYPAD PHILIPS_HDD1630_PAD +/* define this if the target has volume keys which can be used in the lists */ +#define HAVE_VOLUME_IN_LIST + /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC |