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.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 30d3d37837..f0b8e3ff36 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -206,6 +206,15 @@ PLUGIN_HEADER
206#define VIEWER_MENU BUTTON_REW 206#define VIEWER_MENU BUTTON_REW
207#define VIEWER_AUTOSCROLL BUTTON_PLAY 207#define VIEWER_AUTOSCROLL BUTTON_PLAY
208 208
209#elif CONFIG_KEYPAD == MROBE500_PAD
210#define VIEWER_QUIT BUTTON_POWER
211#define VIEWER_PAGE_UP BUTTON_RC_PLAY
212#define VIEWER_PAGE_DOWN BUTTON_RC_DOWN
213#define VIEWER_SCREEN_LEFT BUTTON_LEFT
214#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
215#define VIEWER_MENU BUTTON_RC_HEART
216#define VIEWER_AUTOSCROLL BUTTON_RC_MODE
217
209#endif 218#endif
210 219
211/* stuff for the bookmarking */ 220/* stuff for the bookmarking */