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 8c6988e0f9..77f01101ce 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -314,6 +314,14 @@ CONFIG_KEYPAD == MROBE500_PAD
314#define DOWN BUTTON_DOWN 314#define DOWN BUTTON_DOWN
315#define PAUSE BUTTON_PLAY 315#define PAUSE BUTTON_PLAY
316 316
317#elif CONFIG_KEYPAD == CREATIVE_ZEN_PAD
318#define QUIT BUTTON_BACK
319#define LEFT BUTTON_LEFT
320#define RIGHT BUTTON_RIGHT
321#define UP BUTTON_UP
322#define DOWN BUTTON_DOWN
323#define PAUSE BUTTON_PLAYPAUSE
324
317#else 325#else
318#error No keymap defined! 326#error No keymap defined!
319#endif 327#endif