From 25371a1bfd9598860ce34c2f257e39589e5cd34c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 13 Jul 2009 18:34:10 +0000 Subject: [PATCH] FS#10235 - "(fuze) pacbox keymap change" by Ralph Soto. Fixes pacbox' keymapping for direction and changes accessing the menu to short home. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21843 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pacbox/pacbox.h | 10 +++++----- docs/CREDITS | 1 + 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