summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/pacbox/pacbox.h10
-rw-r--r--docs/CREDITS1
2 files changed, 6 insertions, 5 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 66bc9bee93..0b0ed5fd52 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -114,14 +114,14 @@
#elif CONFIG_KEYPAD == SANSA_FUZE_PAD
-#define PACMAN_UP BUTTON_UP
-#define PACMAN_DOWN BUTTON_DOWN
-#define PACMAN_LEFT BUTTON_LEFT
-#define PACMAN_RIGHT BUTTON_RIGHT
+#define PACMAN_UP BUTTON_RIGHT
+#define PACMAN_DOWN BUTTON_LEFT
+#define PACMAN_LEFT BUTTON_UP
+#define PACMAN_RIGHT BUTTON_DOWN
#define PACMAN_1UP BUTTON_SELECT
#define PACMAN_COIN_PRE BUTTON_SELECT
#define PACMAN_COIN (BUTTON_SELECT | BUTTON_DOWN)
-#define PACMAN_MENU (BUTTON_HOME|BUTTON_REPEAT)
+#define PACMAN_MENU BUTTON_HOME
#elif CONFIG_KEYPAD == IRIVER_H10_PAD
diff --git a/docs/CREDITS b/docs/CREDITS
index 32e7ea4df0..6cae29cf3b 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -480,6 +480,7 @@ Hilton Shumway
Matthew Bonnett
Nick Tryon
David Johnston
+Ralph Soto
The libmad team
The wavpack team