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 b7ed592fdf..ad3b285d2f 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -215,6 +215,14 @@ PLUGIN_HEADER
215#define STOPWATCH_SCROLL_UP BUTTON_UP 215#define STOPWATCH_SCROLL_UP BUTTON_UP
216#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 216#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
217 217
218#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
219#define STOPWATCH_QUIT BUTTON_REC
220#define STOPWATCH_START_STOP BUTTON_PLAY
221#define STOPWATCH_RESET_TIMER BUTTON_OK
222#define STOPWATCH_LAP_TIMER BUTTON_MENU
223#define STOPWATCH_SCROLL_UP BUTTON_UP
224#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
225
218#else 226#else
219#error No keymap defined! 227#error No keymap defined!
220#endif 228#endif