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, 2 insertions, 2 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 540adb4562..b66c24fd90 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -180,8 +180,8 @@ PLUGIN_HEADER
180#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT 180#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
181#define VIEWER_MENU BUTTON_SELECT 181#define VIEWER_MENU BUTTON_SELECT
182#define VIEWER_AUTOSCROLL BUTTON_REC 182#define VIEWER_AUTOSCROLL BUTTON_REC
183#define VIEWER_LINE_UP BUTTON_SCROLL_UP 183#define VIEWER_LINE_UP BUTTON_SCROLL_FWD
184#define VIEWER_LINE_DOWN BUTTON_SCROLL_DOWN 184#define VIEWER_LINE_DOWN BUTTON_SCROLL_BACK
185 185
186/* Sansa C200 keys */ 186/* Sansa C200 keys */
187#elif CONFIG_KEYPAD == SANSA_C200_PAD 187#elif CONFIG_KEYPAD == SANSA_C200_PAD