diff options
author | Robert Menes <rmenes@rockbox.org> | 2011-01-13 11:56:51 +0000 |
---|---|---|
committer | Robert Menes <rmenes@rockbox.org> | 2011-01-13 11:56:51 +0000 |
commit | fe81408e4c4da855ead449525ef9efaadd2098d9 (patch) | |
tree | 9d54cd5f3e9f54a35ca3109a4a2e32842c1840dd | |
parent | 605e2d0e90b335897cc1e29c575a27dabc778491 (diff) |
SA9200: Modify pacbox keymap a slight bit to avoid bunching
up all of the buttons to the touchpad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29047 a1c6a512-1295-4272-9138-f99709370657
-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 |