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.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index da288f1d6f..ea33314c99 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -223,6 +223,17 @@ PLUGIN_HEADER
223#define VIEWER_MENU BUTTON_MENU 223#define VIEWER_MENU BUTTON_MENU
224#define VIEWER_AUTOSCROLL BUTTON_PLAY 224#define VIEWER_AUTOSCROLL BUTTON_PLAY
225 225
226#elif CONFIG_KEYPAD == MROBE100_PAD
227#define VIEWER_QUIT BUTTON_POWER
228#define VIEWER_PAGE_UP BUTTON_UP
229#define VIEWER_PAGE_DOWN BUTTON_DOWN
230#define VIEWER_SCREEN_LEFT BUTTON_LEFT
231#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
232#define VIEWER_MENU BUTTON_MENU
233#define VIEWER_AUTOSCROLL BUTTON_DISPLAY
234
235#else
236#error No keymap defined!
226#endif 237#endif
227 238
228/* stuff for the bookmarking */ 239/* stuff for the bookmarking */