summaryrefslogtreecommitdiff
path: root/apps/plugins/credits.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/credits.c')
-rw-r--r--apps/plugins/credits.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/credits.c b/apps/plugins/credits.c
index 1b855dbd88..fc0a23e353 100644
--- a/apps/plugins/credits.c
+++ b/apps/plugins/credits.c
@@ -76,6 +76,18 @@ PLUGIN_HEADER
76#define UP BUTTON_SCROLL_UP 76#define UP BUTTON_SCROLL_UP
77#define DOWN BUTTON_SCROLL_DOWN 77#define DOWN BUTTON_SCROLL_DOWN
78 78
79#elif CONFIG_KEYPAD == PLAYER_PAD
80
81#define QUIT BUTTON_STOP
82#define UP BUTTON_LEFT
83#define DOWN BUTTON_RIGHT
84
85#elif CONFIG_KEYPAD == IPOD_1G2G_PAD
86
87#define QUIT BUTTON_PLAY|BUTTON_REPEAT
88#define UP BUTTON_SCROLL_BACK
89#define DOWN BUTTON_SCROLL_FWD
90
79#else 91#else
80#error Unsupported keypad 92#error Unsupported keypad
81#endif 93#endif