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 e04ecc225d..36aae071cb 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -351,6 +351,15 @@ CONFIG_KEYPAD == MROBE500_PAD
351#define DOWN BUTTON_NEXT 351#define DOWN BUTTON_NEXT
352#define PAUSE BUTTON_PLAY 352#define PAUSE BUTTON_PLAY
353 353
354#elif CONFIG_KEYPAD == FIIO_M3K_PAD
355
356#define QUIT BUTTON_POWER
357#define LEFT BUTTON_LEFT
358#define RIGHT BUTTON_RIGHT
359#define UP BUTTON_UP
360#define DOWN BUTTON_DOWN
361#define PAUSE BUTTON_PLAY
362
354#else 363#else
355#error "No keymap defined!" 364#error "No keymap defined!"
356#endif 365#endif