summaryrefslogtreecommitdiff
path: root/apps/plugins/databox/databox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/databox/databox.c')
-rw-r--r--apps/plugins/databox/databox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/databox/databox.c b/apps/plugins/databox/databox.c
index d9b513c378..ebed139020 100644
--- a/apps/plugins/databox/databox.c
+++ b/apps/plugins/databox/databox.c
@@ -35,6 +35,9 @@
35#elif CONFIG_KEYPAD == PLAYER_PAD 35#elif CONFIG_KEYPAD == PLAYER_PAD
36#define DBX_SELECT BUTTON_PLAY 36#define DBX_SELECT BUTTON_PLAY
37#define DBX_STOP BUTTON_STOP 37#define DBX_STOP BUTTON_STOP
38#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
39#define DBX_SELECT BUTTON_SELECT
40#define DBX_STOP BUTTON_PLAY
38#endif 41#endif
39 42
40#define MAX_TOKENS 70 43#define MAX_TOKENS 70