summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/credits.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/credits.c b/apps/plugins/credits.c
index 03537f6025..64475c8e4b 100644
--- a/apps/plugins/credits.c
+++ b/apps/plugins/credits.c
@@ -88,6 +88,12 @@ PLUGIN_HEADER
88#define UP BUTTON_SCROLL_BACK 88#define UP BUTTON_SCROLL_BACK
89#define DOWN BUTTON_SCROLL_FWD 89#define DOWN BUTTON_SCROLL_FWD
90 90
91#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
92
93#define QUIT BUTTON_PLAY
94#define UP BUTTON_UP
95#define DOWN BUTTON_DOWN
96
91#else 97#else
92#error Unsupported keypad 98#error Unsupported keypad
93#endif 99#endif