diff options
Diffstat (limited to 'apps/plugins/viewer.c')
| -rw-r--r-- | apps/plugins/viewer.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index 30d3d37..f0b8e3f 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -206,6 +206,15 @@ PLUGIN_HEADER #define VIEWER_MENU BUTTON_REW #define VIEWER_AUTOSCROLL BUTTON_PLAY +#elif CONFIG_KEYPAD == MROBE500_PAD +#define VIEWER_QUIT BUTTON_POWER +#define VIEWER_PAGE_UP BUTTON_RC_PLAY +#define VIEWER_PAGE_DOWN BUTTON_RC_DOWN +#define VIEWER_SCREEN_LEFT BUTTON_LEFT +#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT +#define VIEWER_MENU BUTTON_RC_HEART +#define VIEWER_AUTOSCROLL BUTTON_RC_MODE + #endif /* stuff for the bookmarking */ |