diff options
Diffstat (limited to 'apps/plugins/viewer.c')
| -rw-r--r-- | apps/plugins/viewer.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index b75059f..76c1d93 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -280,6 +280,16 @@ PLUGIN_HEADER #define VIEWER_AUTOSCROLL BUTTON_PLAY #define VIEWER_RC_QUIT BUTTON_STOP +/* Creative Zen Vision:M keys */ +#elif CONFIG_KEYPAD == CREATIVEZVM_PAD +#define VIEWER_QUIT BUTTON_BACK +#define VIEWER_PAGE_UP BUTTON_UP +#define VIEWER_PAGE_DOWN BUTTON_DOWN +#define VIEWER_SCREEN_LEFT BUTTON_LEFT +#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT +#define VIEWER_MENU BUTTON_MENU +#define VIEWER_AUTOSCROLL BUTTON_SELECT + #else #error No keymap defined! #endif |