From 8215b34fdb7228283a055b1e4f04eb15cdf89d58 Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Sun, 17 Feb 2008 12:23:02 +0000 Subject: Plugins now enabled and working for the Gigabeat S. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16323 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/viewer.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps/plugins/viewer.c') diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index 13bb014..da288f1 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -214,6 +214,15 @@ PLUGIN_HEADER #define VIEWER_MENU BUTTON_RC_HEART #define VIEWER_AUTOSCROLL BUTTON_RC_MODE +#elif CONFIG_KEYPAD == GIGABEAT_S_PAD +#define VIEWER_QUIT BUTTON_BACK +#define VIEWER_PAGE_UP BUTTON_VOL_UP +#define VIEWER_PAGE_DOWN BUTTON_VOL_DOWN +#define VIEWER_SCREEN_LEFT BUTTON_LEFT +#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT +#define VIEWER_MENU BUTTON_MENU +#define VIEWER_AUTOSCROLL BUTTON_PLAY + #endif /* stuff for the bookmarking */ -- cgit v1.1