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 f5d10578cd..59e080d2e0 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -145,6 +145,15 @@ PLUGIN_HEADER #define QUIT BUTTON_POWER +#elif CONFIG_KEYPAD == IAUDIO67_PAD + +#define QUIT BUTTON_POWER +#define LEFT BUTTON_LEFT +#define RIGHT BUTTON_RIGHT +#define UP BUTTON_STOP +#define DOWN BUTTON_PLAY +#define PAUSE BUTTON_MENU + #else #error No keymap defined! #endif |