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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 0243d0e7d5..07392d49c3 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -178,7 +178,9 @@ PLUGIN_HEADER
178#define VIEWER_SCREEN_LEFT BUTTON_LEFT 178#define VIEWER_SCREEN_LEFT BUTTON_LEFT
179#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT 179#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
180#define VIEWER_MENU BUTTON_SELECT 180#define VIEWER_MENU BUTTON_SELECT
181#define VIEWER_AUTOSCROLL BUTTON_SCROLL_UP 181#define VIEWER_AUTOSCROLL BUTTON_REC
182#define VIEWER_LINE_UP BUTTON_SCROLL_UP
183#define VIEWER_LINE_DOWN BUTTON_SCROLL_DOWN
182 184
183/* iriver H10 keys */ 185/* iriver H10 keys */
184#elif CONFIG_KEYPAD == IRIVER_H10_PAD 186#elif CONFIG_KEYPAD == IRIVER_H10_PAD