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.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 3e80754f76..c852608680 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -50,6 +50,21 @@
50#define PACMAN_COIN BUTTON_REC 50#define PACMAN_COIN BUTTON_REC
51#define PACMAN_MENU BUTTON_MODE 51#define PACMAN_MENU BUTTON_MODE
52 52
53#ifdef HAVE_REMOTE_LCD
54
55#define PACMAN_HAS_REMOTE
56
57#define PACMAN_RC_UP BUTTON_RC_VOL_UP
58#define PACMAN_RC_DOWN BUTTON_RC_VOL_DOWN
59#define PACMAN_RC_LEFT BUTTON_RC_REW
60#define PACMAN_RC_RIGHT BUTTON_RC_FF
61#define PACMAN_RC_1UP BUTTON_RC_SOURCE
62#define PACMAN_RC_2UP BUTTON_RC_BITRATE
63#define PACMAN_RC_COIN BUTTON_RC_REC
64#define PACMAN_RC_MENU BUTTON_RC_MODE
65
66#endif
67
53#elif CONFIG_KEYPAD == GIGABEAT_PAD 68#elif CONFIG_KEYPAD == GIGABEAT_PAD
54 69
55#define PACMAN_UP BUTTON_UP 70#define PACMAN_UP BUTTON_UP