diff options
Diffstat (limited to 'apps/plugins/xobox.c')
| -rw-r--r-- | apps/plugins/xobox.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 4c56a8c..abfd2a5 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -66,6 +66,17 @@ PLUGIN_HEADER #define DOWN BUTTON_DOWN #define PAUSE BUTTON_MENU +#elif (CONFIG_KEYPAD == SANSA_E200_PAD) + +#define QUIT BUTTON_POWER +#define LEFT BUTTON_LEFT +#define RIGHT BUTTON_RIGHT +#define SELECT BUTTON_SELECT +#define UP BUTTON_UP +#define DOWN BUTTON_DOWN +#define PAUSE BUTTON_REC + + #elif CONFIG_KEYPAD == IRIVER_H10_PAD #define QUIT BUTTON_POWER |