diff options
| -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 |