diff options
Diffstat (limited to 'apps/plugins/databox/databox.c')
| -rw-r--r-- | apps/plugins/databox/databox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/databox/databox.c b/apps/plugins/databox/databox.c index 0ec14d5..ea35960 100644 --- a/apps/plugins/databox/databox.c +++ b/apps/plugins/databox/databox.c @@ -31,7 +31,8 @@ PLUGIN_HEADER #elif CONFIG_KEYPAD == ONDIO_PAD #define DBX_SELECT BUTTON_MENU #define DBX_STOP BUTTON_OFF -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \ + (CONFIG_KEYPAD == IPOD_3G_PAD) #define DBX_SELECT BUTTON_SELECT #define DBX_STOP BUTTON_MENU #elif CONFIG_KEYPAD == PLAYER_PAD |