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 3742a9a552..bccca7ea36 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -77,6 +77,13 @@ PLUGIN_HEADER
77#define STOPWATCH_LAP_TIMER BUTTON_SELECT 77#define STOPWATCH_LAP_TIMER BUTTON_SELECT
78#define STOPWATCH_SCROLL_UP BUTTON_UP 78#define STOPWATCH_SCROLL_UP BUTTON_UP
79#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 79#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
80#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
81#define STOPWATCH_QUIT BUTTON_POWER
82#define STOPWATCH_START_STOP BUTTON_PLAY
83#define STOPWATCH_RESET_TIMER BUTTON_REC
84#define STOPWATCH_LAP_TIMER BUTTON_MENU
85#define STOPWATCH_SCROLL_UP BUTTON_UP
86#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
80#endif 87#endif
81 88
82static struct plugin_api* rb; 89static struct plugin_api* rb;