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 d36a774447..3a863e8fd9 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -115,6 +115,13 @@ PLUGIN_HEADER
115#define STOPWATCH_LAP_TIMER BUTTON_FF 115#define STOPWATCH_LAP_TIMER BUTTON_FF
116#define STOPWATCH_SCROLL_UP BUTTON_SCROLL_UP 116#define STOPWATCH_SCROLL_UP BUTTON_SCROLL_UP
117#define STOPWATCH_SCROLL_DOWN BUTTON_SCROLL_DOWN 117#define STOPWATCH_SCROLL_DOWN BUTTON_SCROLL_DOWN
118#elif CONFIG_KEYPAD == MROBE500_PAD
119#define STOPWATCH_QUIT BUTTON_POWER
120#define STOPWATCH_START_STOP BUTTON_RC_HEART
121#define STOPWATCH_RESET_TIMER BUTTON_RC_MODE
122#define STOPWATCH_LAP_TIMER BUTTON_RC_PLAY
123#define STOPWATCH_SCROLL_UP BUTTON_RIGHT
124#define STOPWATCH_SCROLL_DOWN BUTTON_LEFT
118#endif 125#endif
119 126
120static struct plugin_api* rb; 127static struct plugin_api* rb;