summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/pacbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/pacbox.h')
-rw-r--r--apps/plugins/pacbox/pacbox.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 78a171467a..a687806d96 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -382,6 +382,14 @@
382#define PACMAN_1UP BUTTON_VOL_UP 382#define PACMAN_1UP BUTTON_VOL_UP
383#define PACMAN_COIN BUTTON_PLAY 383#define PACMAN_COIN BUTTON_PLAY
384 384
385#elif CONFIG_KEYPAD == FIIO_M3K_PAD
386#define PACMAN_UP BUTTON_PREV
387#define PACMAN_DOWN BUTTON_NEXT
388#define PACMAN_LEFT BUTTON_HOME
389#define PACMAN_RIGHT BUTTON_VOL_DOWN
390#define PACMAN_MENU BUTTON_POWER
391#define PACMAN_1UP BUTTON_VOL_UP
392#define PACMAN_COIN BUTTON_PLAY
385 393
386#elif CONFIG_KEYPAD == IHIFI_770_PAD 394#elif CONFIG_KEYPAD == IHIFI_770_PAD
387#define PACMAN_UP BUTTON_PREV 395#define PACMAN_UP BUTTON_PREV