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 99d9e2ffee..d9b8ec7460 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -243,6 +243,17 @@
243#define PACMAN_COIN BUTTON_OK 243#define PACMAN_COIN BUTTON_OK
244#define PACMAN_MENU BUTTON_MENU 244#define PACMAN_MENU BUTTON_MENU
245 245
246#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
247
248#define PACMAN_UP BUTTON_UP
249#define PACMAN_DOWN BUTTON_DOWN
250#define PACMAN_LEFT BUTTON_LEFT
251#define PACMAN_RIGHT BUTTON_RIGHT
252#define PACMAN_1UP BUTTON_SELECT
253#define PACMAN_2UP BUTTON_BACK
254#define PACMAN_COIN BUTTON_PLAYPAUSE
255#define PACMAN_MENU BUTTON_POWER
256
246#else 257#else
247 258
248#error Keymap not defined! 259#error Keymap not defined!