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.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 9024825104..af73257508 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -157,6 +157,16 @@ PLUGIN_HEADER
157#define VIEWER_MENU BUTTON_MENU 157#define VIEWER_MENU BUTTON_MENU
158#define VIEWER_AUTOSCROLL BUTTON_A 158#define VIEWER_AUTOSCROLL BUTTON_A
159 159
160/* Sansa E200 keys */
161#elif CONFIG_KEYPAD == SANSA_E200_PAD
162#define VIEWER_QUIT BUTTON_POWER
163#define VIEWER_PAGE_UP BUTTON_UP
164#define VIEWER_PAGE_DOWN BUTTON_DOWN
165#define VIEWER_SCREEN_LEFT BUTTON_LEFT
166#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
167#define VIEWER_MENU BUTTON_SELECT
168#define VIEWER_AUTOSCROLL BUTTON_SCROLL_UP
169
160/* iriver H10 keys */ 170/* iriver H10 keys */
161#elif CONFIG_KEYPAD == IRIVER_H10_PAD 171#elif CONFIG_KEYPAD == IRIVER_H10_PAD
162#define VIEWER_QUIT BUTTON_POWER 172#define VIEWER_QUIT BUTTON_POWER