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 bc0aca8ff5..83f5893150 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -297,6 +297,14 @@
297#define STOPWATCH_SCROLL_UP BUTTON_UP 297#define STOPWATCH_SCROLL_UP BUTTON_UP
298#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 298#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
299 299
300#elif (CONFIG_KEYPAD == CREATIVE_ZEN_PAD)
301#define STOPWATCH_QUIT BUTTON_BACK
302#define STOPWATCH_START_STOP BUTTON_PLAYPAUSE
303#define STOPWATCH_RESET_TIMER BUTTON_SHORTCUT
304#define STOPWATCH_LAP_TIMER BUTTON_SELECT
305#define STOPWATCH_SCROLL_UP BUTTON_UP
306#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
307
300#else 308#else
301#error No keymap defined! 309#error No keymap defined!
302#endif 310#endif