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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index 9725c6dc67..5090305511 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -161,8 +161,8 @@ PLUGIN_HEADER
161#elif CONFIG_KEYPAD == CREATIVEZVM_PAD 161#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
162#define STOPWATCH_QUIT BUTTON_BACK 162#define STOPWATCH_QUIT BUTTON_BACK
163#define STOPWATCH_START_STOP BUTTON_PLAY 163#define STOPWATCH_START_STOP BUTTON_PLAY
164#define STOPWATCH_RESET_TIMER BUTTON_CUSTOM 164#define STOPWATCH_RESET_TIMER BUTTON_SELECT
165#define STOPWATCH_LAP_TIMER BUTTON_SELECT 165#define STOPWATCH_LAP_TIMER BUTTON_CUSTOM
166#define STOPWATCH_SCROLL_UP BUTTON_UP 166#define STOPWATCH_SCROLL_UP BUTTON_UP
167#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 167#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
168#else 168#else