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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index 1b6a148caa..19ccc5006d 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -123,7 +123,7 @@ PLUGIN_HEADER
123#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 123#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
124 124
125#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD) 125#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD)
126#define STOPWATCH_QUIT BUTTON_POWER 126#define STOPWATCH_QUIT (BUTTON_HOME|BUTTON_REPEAT)
127#define STOPWATCH_START_STOP BUTTON_RIGHT 127#define STOPWATCH_START_STOP BUTTON_RIGHT
128#define STOPWATCH_RESET_TIMER BUTTON_LEFT 128#define STOPWATCH_RESET_TIMER BUTTON_LEFT
129#define STOPWATCH_LAP_TIMER BUTTON_SELECT 129#define STOPWATCH_LAP_TIMER BUTTON_SELECT