diff options
author | Björn Stenberg <bjorn@haxx.se> | 2009-01-13 14:51:44 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2009-01-13 14:51:44 +0000 |
commit | 7bc29086ecc830fef644446843980031d66546d8 (patch) | |
tree | 5165cf7808e0d2ce000a4080b3fcc4dca408b09a /firmware/export/config-clip.h | |
parent | 738a5643ad3248ee9fb9fc47134160681a19068c (diff) |
Minor Clip button changes: UP|REPEAT no longer goes to wps. Volume adjustment activated in list + tree.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19760 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r-- | firmware/export/config-clip.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index 0a6164fbb6..63b4fd8617 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -75,6 +75,9 @@ #define CONFIG_KEYPAD SANSA_CLIP_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 /* There is no hardware tone control */ |