summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/pacbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/pacbox.h')
-rw-r--r--apps/plugins/pacbox/pacbox.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index e454b17ae7..2d559fd6df 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -112,6 +112,17 @@
112#define PACMAN_COIN (BUTTON_SELECT | BUTTON_DOWN) 112#define PACMAN_COIN (BUTTON_SELECT | BUTTON_DOWN)
113#define PACMAN_MENU BUTTON_POWER 113#define PACMAN_MENU BUTTON_POWER
114 114
115#elif CONFIG_KEYPAD == SANSA_FUZE_PAD
116
117#define PACMAN_UP BUTTON_UP
118#define PACMAN_DOWN BUTTON_DOWN
119#define PACMAN_LEFT BUTTON_LEFT
120#define PACMAN_RIGHT BUTTON_RIGHT
121#define PACMAN_1UP BUTTON_SELECT
122#define PACMAN_COIN_PRE BUTTON_SELECT
123#define PACMAN_COIN (BUTTON_SELECT | BUTTON_DOWN)
124#define PACMAN_MENU BUTTON_POWER
125
115#elif CONFIG_KEYPAD == IRIVER_H10_PAD 126#elif CONFIG_KEYPAD == IRIVER_H10_PAD
116 127
117#if defined(IRIVER_H10_5GB) 128#if defined(IRIVER_H10_5GB)