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.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index 331649a3b1..53f79ee6f7 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -129,6 +129,15 @@ PLUGIN_HEADER
129#define STOPWATCH_LAP_TIMER BUTTON_SELECT 129#define STOPWATCH_LAP_TIMER BUTTON_SELECT
130#define STOPWATCH_SCROLL_UP BUTTON_UP 130#define STOPWATCH_SCROLL_UP BUTTON_UP
131#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 131#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
132#elif CONFIG_KEYPAD == MROBE100_PAD
133#define STOPWATCH_QUIT BUTTON_POWER
134#define STOPWATCH_START_STOP BUTTON_SELECT
135#define STOPWATCH_RESET_TIMER BUTTON_DISPLAY
136#define STOPWATCH_LAP_TIMER BUTTON_MENU
137#define STOPWATCH_SCROLL_UP BUTTON_UP
138#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
139#else
140#error No keymap defined!
132#endif 141#endif
133 142
134static struct plugin_api* rb; 143static struct plugin_api* rb;