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 03f183e916..94785dc352 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -255,6 +255,14 @@
255#define STOPWATCH_SCROLL_UP BUTTON_UP 255#define STOPWATCH_SCROLL_UP BUTTON_UP
256#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 256#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
257 257
258#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD
259#define STOPWATCH_QUIT BUTTON_POWER
260#define STOPWATCH_START_STOP BUTTON_SELECT
261#define STOPWATCH_RESET_TIMER BUTTON_LEFT
262#define STOPWATCH_LAP_TIMER BUTTON_RIGHT
263#define STOPWATCH_SCROLL_UP BUTTON_UP
264#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
265
258#else 266#else
259#error No keymap defined! 267#error No keymap defined!
260#endif 268#endif