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.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index 475b4de5b9..c07cfd93a5 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -239,6 +239,14 @@
239#define STOPWATCH_SCROLL_UP BUTTON_VOL_UP 239#define STOPWATCH_SCROLL_UP BUTTON_VOL_UP
240#define STOPWATCH_SCROLL_DOWN BUTTON_VOL_DOWN 240#define STOPWATCH_SCROLL_DOWN BUTTON_VOL_DOWN
241 241
242#elif CONFIG_KEYPAD == MPIO_HD300_PAD
243#define STOPWATCH_QUIT (BUTTON_REC|BUTTON_REPEAT)
244#define STOPWATCH_START_STOP BUTTON_PLAY
245#define STOPWATCH_RESET_TIMER BUTTON_REW
246#define STOPWATCH_LAP_TIMER BUTTON_FF
247#define STOPWATCH_SCROLL_UP BUTTON_UP
248#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
249
242#else 250#else
243#error No keymap defined! 251#error No keymap defined!
244#endif 252#endif