summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2009-02-18 02:52:02 +0000
committerMark Arigo <markarigo@gmail.com>2009-02-18 02:52:02 +0000
commitadcbd108c1f96c6ac3ff63deefda87a6c3e9d313 (patch)
tree13a14786d8b168bf7c0b69a7f0947236413d37c9
parentf34cd80f638a6ca3b336f6ebd14cd958974b2760 (diff)
downloadrockbox-adcbd108c1f96c6ac3ff63deefda87a6c3e9d313.tar.gz
rockbox-adcbd108c1f96c6ac3ff63deefda87a6c3e9d313.zip
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-xfirmware/export/config-hdd1630.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h
index 69ef99955d..2df89ecd5f 100755
--- a/firmware/export/config-hdd1630.h
+++ b/firmware/export/config-hdd1630.h
@@ -71,6 +71,9 @@
71 71
72#define CONFIG_KEYPAD PHILIPS_HDD1630_PAD 72#define CONFIG_KEYPAD PHILIPS_HDD1630_PAD
73 73
74/* define this if the target has volume keys which can be used in the lists */
75#define HAVE_VOLUME_IN_LIST
76
74/* Define this if you do software codec */ 77/* Define this if you do software codec */
75#define CONFIG_CODEC SWCODEC 78#define CONFIG_CODEC SWCODEC
76 79