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 3c906ac0aa..0183b0c3f6 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -265,6 +265,17 @@
265#define PACMAN_COIN BUTTON_VOL_DOWN 265#define PACMAN_COIN BUTTON_VOL_DOWN
266#define PACMAN_MENU BUTTON_POWER 266#define PACMAN_MENU BUTTON_POWER
267 267
268#elif CONFIG_KEYPAD == SAMSUNG_YPR0_PAD
269
270#define PACMAN_UP BUTTON_UP
271#define PACMAN_DOWN BUTTON_DOWN
272#define PACMAN_LEFT BUTTON_LEFT
273#define PACMAN_RIGHT BUTTON_RIGHT
274#define PACMAN_1UP BUTTON_SELECT
275#define PACMAN_2UP BUTTON_POWER
276#define PACMAN_COIN BUTTON_USER
277#define PACMAN_MENU BUTTON_MENU
278
268#else 279#else
269 280
270#error Keymap not defined! 281#error Keymap not defined!