diff options
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r-- | apps/plugins/xobox.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 6edc629144..4dd673c370 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -232,6 +232,15 @@ CONFIG_KEYPAD == MROBE500_PAD #define DOWN BUTTON_DOWN #define PAUSE BUTTON_PLAY +#elif CONFIG_KEYPAD == MPIO_HD200_PAD + +#define QUIT (BUTTON_REC|BUTTON_PLAY) +#define LEFT BUTTON_VOL_DOWN +#define RIGHT BUTTON_VOL_UP +#define UP BUTTON_PREV +#define DOWN BUTTON_NEXT +#define PAUSE BUTTON_PLAY + #else #error No keymap defined! #endif |