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 05e57905ac..c4aeaf2711 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -61,6 +61,13 @@
61#define STOPWATCH_LAP_TIMER BUTTON_ON 61#define STOPWATCH_LAP_TIMER BUTTON_ON
62#define STOPWATCH_SCROLL_UP BUTTON_RIGHT 62#define STOPWATCH_SCROLL_UP BUTTON_RIGHT
63#define STOPWATCH_SCROLL_DOWN BUTTON_LEFT 63#define STOPWATCH_SCROLL_DOWN BUTTON_LEFT
64#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_NANO_PAD)
65#define STOPWATCH_QUIT BUTTON_MENU
66#define STOPWATCH_START_STOP BUTTON_SELECT
67#define STOPWATCH_RESET_TIMER BUTTON_LEFT
68#define STOPWATCH_LAP_TIMER BUTTON_RIGHT
69#define STOPWATCH_SCROLL_UP BUTTON_SCROLL_FWD
70#define STOPWATCH_SCROLL_DOWN BUTTON_SCROLL_BACK
64#endif 71#endif
65 72
66static struct plugin_api* rb; 73static struct plugin_api* rb;