From 2f84f699c0df4a82dfdcb2244e1c7bf4af99fc72 Mon Sep 17 00:00:00 2001 From: Vitja Makarov Date: Tue, 7 Oct 2008 16:38:28 +0000 Subject: IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet. IAUDIO7: Define MODEL_NAME in config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18730 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/stopwatch.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/plugins/stopwatch.c') diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c index ae71a12f80..b78225488d 100644 --- a/apps/plugins/stopwatch.c +++ b/apps/plugins/stopwatch.c @@ -150,6 +150,14 @@ PLUGIN_HEADER #define STOPWATCH_RC_QUIT BUTTON_REC #elif CONFIG_KEYPAD == COWOND2_PAD #define STOPWATCH_QUIT BUTTON_POWER +#elif CONFIG_KEYPAD == IAUDIO67_PAD +#define STOPWATCH_QUIT BUTTON_MENU +#define STOPWATCH_START_STOP BUTTON_PLAY +#define STOPWATCH_RESET_TIMER BUTTON_STOP +#define STOPWATCH_LAP_TIMER BUTTON_LEFT +#define STOPWATCH_SCROLL_UP BUTTON_VOLUP +#define STOPWATCH_SCROLL_DOWN BUTTON_VOLDOWN +#define STOPWATCH_RC_QUIT BUTTON_POWER #else #error No keymap defined! #endif -- cgit v1.2.3