diff options
Diffstat (limited to 'apps/plugins/databox/databox.c')
| -rw-r--r-- | apps/plugins/databox/databox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/databox/databox.c b/apps/plugins/databox/databox.c index 194ad66..25836a7 100644 --- a/apps/plugins/databox/databox.c +++ b/apps/plugins/databox/databox.c @@ -50,6 +50,9 @@ PLUGIN_HEADER #elif CONFIG_KEYPAD == IRIVER_H10_PAD #define DBX_SELECT BUTTON_REW #define DBX_STOP BUTTON_PLAY +#elif CONFIG_KEYPAD == SANSA_E200_PAD +#define DBX_SELECT BUTTON_SELECT +#define DBX_STOP BUTTON_POWER #endif #define MAX_TOKENS 70 |