summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index d3f74e6514..2c543edeeb 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -129,9 +129,10 @@ PLUGIN_HEADER
129 129
130#define VIEWER_RC_QUIT BUTTON_RC_STOP 130#define VIEWER_RC_QUIT BUTTON_RC_STOP
131 131
132/* iPods with the 4G pad */ 132/* iPods */
133#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \ 133#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \
134 (CONFIG_KEYPAD == IPOD_3G_PAD) 134 (CONFIG_KEYPAD == IPOD_3G_PAD) || \
135 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
135#define VIEWER_QUIT_PRE BUTTON_SELECT 136#define VIEWER_QUIT_PRE BUTTON_SELECT
136#define VIEWER_QUIT (BUTTON_SELECT | BUTTON_MENU) 137#define VIEWER_QUIT (BUTTON_SELECT | BUTTON_MENU)
137#define VIEWER_PAGE_UP BUTTON_SCROLL_BACK 138#define VIEWER_PAGE_UP BUTTON_SCROLL_BACK