summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.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/minesweeper.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/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 917f90dcd0..4e875979ab 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -46,18 +46,6 @@ enum minesweeper_status {
46# define MINESWP_DISCOVER2 BUTTON_F2 46# define MINESWP_DISCOVER2 BUTTON_F2
47# define MINESWP_INFO BUTTON_F3 47# define MINESWP_INFO BUTTON_F3
48 48
49#elif CONFIG_KEYPAD == ARCHOS_AV300_PAD
50# define MINESWP_LEFT BUTTON_LEFT
51# define MINESWP_RIGHT BUTTON_RIGHT
52# define MINESWP_UP BUTTON_UP
53# define MINESWP_DOWN BUTTON_DOWN
54# define MINESWP_QUIT BUTTON_OFF
55# define MINESWP_TOGGLE BUTTON_ON
56# define MINESWP_TOGGLE2 BUTTON_F1
57# define MINESWP_DISCOVER BUTTON_SELECT
58# define MINESWP_DISCOVER2 BUTTON_F2
59# define MINESWP_INFO BUTTON_F3
60
61#elif CONFIG_KEYPAD == ONDIO_PAD 49#elif CONFIG_KEYPAD == ONDIO_PAD
62# define MINESWP_LEFT BUTTON_LEFT 50# define MINESWP_LEFT BUTTON_LEFT
63# define MINESWP_RIGHT BUTTON_RIGHT 51# define MINESWP_RIGHT BUTTON_RIGHT