diff options
Diffstat (limited to 'apps/plugins/pacbox/pacbox.h')
-rw-r--r-- | apps/plugins/pacbox/pacbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index d32b3d48be..273408875e 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -211,8 +211,8 @@ #define PACMAN_RIGHT BUTTON_NEXT #define PACMAN_1UP BUTTON_VOL_UP #define PACMAN_2UP BUTTON_VOL_DOWN -#define PACMAN_COIN BUTTON_RIGHT -#define PACMAN_MENU BUTTON_MENU +#define PACMAN_COIN BUTTON_MENU +#define PACMAN_MENU BUTTON_POWER #elif CONFIG_KEYPAD == ONDAVX747_PAD |