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/stopwatch.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugins/stopwatch.c') diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c index 3a863e8fd9..331649a3b1 100644 --- a/apps/plugins/stopwatch.c +++ b/apps/plugins/stopwatch.c @@ -122,6 +122,13 @@ PLUGIN_HEADER #define STOPWATCH_LAP_TIMER BUTTON_RC_PLAY #define STOPWATCH_SCROLL_UP BUTTON_RIGHT #define STOPWATCH_SCROLL_DOWN BUTTON_LEFT +#elif CONFIG_KEYPAD == GIGABEAT_S_PAD +#define STOPWATCH_QUIT BUTTON_BACK +#define STOPWATCH_START_STOP BUTTON_PLAY +#define STOPWATCH_RESET_TIMER BUTTON_MENU +#define STOPWATCH_LAP_TIMER BUTTON_SELECT +#define STOPWATCH_SCROLL_UP BUTTON_UP +#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN #endif static struct plugin_api* rb; -- cgit v1.2.3