summaryrefslogtreecommitdiff
path: root/apps/plugins/databox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/databox')
-rw-r--r--apps/plugins/databox/databox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/databox/databox.c b/apps/plugins/databox/databox.c
index 4e3722b..7663a1e 100644
--- a/apps/plugins/databox/databox.c
+++ b/apps/plugins/databox/databox.c
@@ -19,7 +19,8 @@
#include "databox.h"
/* variable button definitions */
-#if CONFIG_KEYPAD == IRIVER_H100_PAD
+#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
+ (CONFIG_KEYPAD == IRIVER_H300_PAD)
#define DBX_SELECT BUTTON_SELECT
#define DBX_STOP BUTTON_OFF
#elif CONFIG_KEYPAD == RECORDER_PAD