diff options
Diffstat (limited to 'apps/plugins/pacbox')
| -rw-r--r-- | apps/plugins/pacbox/pacbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index 5da7a8b..34de08f 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -239,10 +239,10 @@ #define PACMAN_DOWN BUTTON_DOWN #define PACMAN_LEFT BUTTON_LEFT #define PACMAN_RIGHT BUTTON_RIGHT -#define PACMAN_1UP BUTTON_REC +#define PACMAN_1UP BUTTON_FFWD #define PACMAN_2UP BUTTON_REW -#define PACMAN_COIN BUTTON_FFWD -#define PACMAN_MENU BUTTON_PLAY +#define PACMAN_COIN BUTTON_PLAY +#define PACMAN_MENU BUTTON_REC #elif CONFIG_KEYPAD == PBELL_VIBE500_PAD |