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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index c5b22404ed..905b9d9e50 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -84,6 +84,13 @@ PLUGIN_HEADER
84#define STOPWATCH_LAP_TIMER BUTTON_SELECT 84#define STOPWATCH_LAP_TIMER BUTTON_SELECT
85#define STOPWATCH_SCROLL_UP BUTTON_UP 85#define STOPWATCH_SCROLL_UP BUTTON_UP
86#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 86#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
87#elif CONFIG_KEYPAD == GIGABEAT_PAD
88#define STOPWATCH_QUIT BUTTON_A
89#define STOPWATCH_START_STOP BUTTON_SELECT
90#define STOPWATCH_RESET_TIMER BUTTON_POWER
91#define STOPWATCH_LAP_TIMER BUTTON_MENU
92#define STOPWATCH_SCROLL_UP BUTTON_UP
93#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
87#endif 94#endif
88 95
89static struct plugin_api* rb; 96static struct plugin_api* rb;