summaryrefslogtreecommitdiff
path: root/apps/plugins/stopwatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stopwatch.c')
-rw-r--r--apps/plugins/stopwatch.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index d8204e4082..849ff687ce 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -95,6 +95,13 @@ PLUGIN_HEADER
95#define STOPWATCH_LAP_TIMER BUTTON_MENU 95#define STOPWATCH_LAP_TIMER BUTTON_MENU
96#define STOPWATCH_SCROLL_UP BUTTON_UP 96#define STOPWATCH_SCROLL_UP BUTTON_UP
97#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 97#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
98#elif CONFIG_KEYPAD == IRIVER_H10_PAD
99#define STOPWATCH_QUIT BUTTON_POWER
100#define STOPWATCH_START_STOP BUTTON_PLAY
101#define STOPWATCH_RESET_TIMER BUTTON_REW
102#define STOPWATCH_LAP_TIMER BUTTON_FF
103#define STOPWATCH_SCROLL_UP BUTTON_SCROLL_UP
104#define STOPWATCH_SCROLL_DOWN BUTTON_SCROLL_DOWN
98#endif 105#endif
99 106
100static struct plugin_api* rb; 107static struct plugin_api* rb;