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 4bacf413fa..f0d8f16540 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -197,6 +197,14 @@ PLUGIN_HEADER
197#elif CONFIG_KEYPAD == ONDAVX747_PAD 197#elif CONFIG_KEYPAD == ONDAVX747_PAD
198#define STOPWATCH_QUIT BUTTON_POWER 198#define STOPWATCH_QUIT BUTTON_POWER
199 199
200#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
201#define STOPWATCH_QUIT BUTTON_REC
202#define STOPWATCH_START_STOP BUTTON_PLAY
203#define STOPWATCH_RESET_TIMER BUTTON_LEFT
204#define STOPWATCH_LAP_TIMER BUTTON_RIGHT
205#define STOPWATCH_SCROLL_UP BUTTON_UP
206#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
207
200#else 208#else
201#error No keymap defined! 209#error No keymap defined!
202#endif 210#endif