summaryrefslogtreecommitdiff
path: root/apps/plugins/xobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r--apps/plugins/xobox.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 81e0e6ae15..6edc629144 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -223,6 +223,15 @@ CONFIG_KEYPAD == MROBE500_PAD
223#define DOWN BUTTON_DOWN 223#define DOWN BUTTON_DOWN
224#define PAUSE BUTTON_FFWD 224#define PAUSE BUTTON_FFWD
225 225
226#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
227
228#define QUIT BUTTON_REC
229#define LEFT BUTTON_PREV
230#define RIGHT BUTTON_NEXT
231#define UP BUTTON_UP
232#define DOWN BUTTON_DOWN
233#define PAUSE BUTTON_PLAY
234
226#else 235#else
227#error No keymap defined! 236#error No keymap defined!
228#endif 237#endif