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.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 3cf3b2a434..f3ed96f282 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -322,6 +322,14 @@ CONFIG_KEYPAD == MROBE500_PAD
322#define DOWN BUTTON_DOWN 322#define DOWN BUTTON_DOWN
323#define PAUSE BUTTON_PLAYPAUSE 323#define PAUSE BUTTON_PLAYPAUSE
324 324
325#elif CONFIG_KEYPAD == DX50_PAD
326#define QUIT BUTTON_POWER
327#define LEFT BUTTON_LEFT
328#define RIGHT BUTTON_RIGHT
329#define UP BUTTON_VOL_UP
330#define DOWN BUTTON_VOL_DOWN
331#define PAUSE BUTTON_PLAY
332
325#else 333#else
326#error No keymap defined! 334#error No keymap defined!
327#endif 335#endif