summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox')
-rw-r--r--apps/plugins/pacbox/pacbox.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 48196146a7..c1a1c6b9e5 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -401,6 +401,15 @@
401#define PACMAN_1UP BUTTON_VOL_UP 401#define PACMAN_1UP BUTTON_VOL_UP
402#define PACMAN_COIN BUTTON_PLAY 402#define PACMAN_COIN BUTTON_PLAY
403 403
404#elif CONFIG_KEYPAD == FIIO_M3K_PAD
405#define PACMAN_UP BUTTON_UP
406#define PACMAN_DOWN BUTTON_DOWN
407#define PACMAN_LEFT BUTTON_LEFT
408#define PACMAN_RIGHT BUTTON_RIGHT
409#define PACMAN_MENU BUTTON_MENU
410#define PACMAN_1UP BUTTON_VOL_UP
411#define PACMAN_COIN BUTTON_PLAY
412
404#else 413#else
405 414
406#error Keymap not defined! 415#error Keymap not defined!