summaryrefslogtreecommitdiff
path: root/apps/plugins/stopwatch.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-03 18:17:11 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-09 12:41:18 -0400
commitaabc8aca47e60cf745a34af28c50679fcb967910 (patch)
treecfe17f546aae9785fb13482f39527e2da0597ccb /apps/plugins/stopwatch.c
parent4231c2c83f2b5331e3e38b10a308ee3752315f9c (diff)
downloadrockbox-aabc8aca47e60cf745a34af28c50679fcb967910.tar.gz
rockbox-aabc8aca47e60cf745a34af28c50679fcb967910.zip
New port: FiiO M3K
Most credit goes to: Roman Skylarov Additional integration and refactoring by myself. *** COMPLETELY UNTESTED *** Change-Id: Ia64c36d92e0214c6b15f7a868df286f8113ea27b
Diffstat (limited to 'apps/plugins/stopwatch.c')
-rw-r--r--apps/plugins/stopwatch.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index 6fca37d06f..801c735f00 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -301,6 +301,14 @@
301#define STOPWATCH_SCROLL_UP BUTTON_HOME 301#define STOPWATCH_SCROLL_UP BUTTON_HOME
302#define STOPWATCH_SCROLL_DOWN BUTTON_OPTION 302#define STOPWATCH_SCROLL_DOWN BUTTON_OPTION
303 303
304#elif CONFIG_KEYPAD == FIIO_M3K_PAD
305#define STOPWATCH_QUIT BUTTON_POWER
306#define STOPWATCH_START_STOP BUTTON_NEXT
307#define STOPWATCH_RESET_TIMER BUTTON_PREV
308#define STOPWATCH_LAP_TIMER BUTTON_PLAY
309#define STOPWATCH_SCROLL_UP BUTTON_HOME
310#define STOPWATCH_SCROLL_DOWN BUTTON_OPTION
311
304#elif CONFIG_KEYPAD == IHIFI_770_PAD 312#elif CONFIG_KEYPAD == IHIFI_770_PAD
305#define STOPWATCH_QUIT BUTTON_POWER 313#define STOPWATCH_QUIT BUTTON_POWER
306#define STOPWATCH_START_STOP BUTTON_NEXT 314#define STOPWATCH_START_STOP BUTTON_NEXT