summaryrefslogtreecommitdiff
path: root/apps/plugins/stopwatch.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-13 16:57:39 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-13 22:59:29 +0200
commit46e25289928ce3ef2a1a73d2d8ed8305aeec23cc (patch)
treeea19724448afef3a5c8c704cd304626b50cdeabf /apps/plugins/stopwatch.c
parenta820a98361b43a01740f155fd4ae3881d844e124 (diff)
downloadrockbox-46e25289928ce3ef2a1a73d2d8ed8305aeec23cc.tar.gz
rockbox-46e25289928ce3ef2a1a73d2d8ed8305aeec23cc.zip
av300: Continue cleaning out keymaps.
(A lot of work was done on this thing, for a target that hasn't been compileable at least since we moved to git..) Change-Id: Ibface9392f3251b5be4bf1e0c4d12639c4f1662d
Diffstat (limited to 'apps/plugins/stopwatch.c')
-rw-r--r--apps/plugins/stopwatch.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index a806e4e830..bb778c9d24 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -43,14 +43,6 @@
43#define STOPWATCH_SCROLL_UP BUTTON_UP 43#define STOPWATCH_SCROLL_UP BUTTON_UP
44#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 44#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
45 45
46#elif CONFIG_KEYPAD == ARCHOS_AV300_PAD
47#define STOPWATCH_QUIT BUTTON_OFF
48#define STOPWATCH_START_STOP BUTTON_SELECT
49#define STOPWATCH_RESET_TIMER BUTTON_LEFT
50#define STOPWATCH_LAP_TIMER BUTTON_ON
51#define STOPWATCH_SCROLL_UP BUTTON_UP
52#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
53
54#elif CONFIG_KEYPAD == ONDIO_PAD 46#elif CONFIG_KEYPAD == ONDIO_PAD
55#define STOPWATCH_QUIT BUTTON_OFF 47#define STOPWATCH_QUIT BUTTON_OFF
56#define STOPWATCH_START_STOP BUTTON_RIGHT 48#define STOPWATCH_START_STOP BUTTON_RIGHT