summaryrefslogtreecommitdiff
path: root/apps/plugins/vu_meter.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/vu_meter.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/vu_meter.c')
-rw-r--r--apps/plugins/vu_meter.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index 33ad38d72c..af6bd6f397 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -35,17 +35,6 @@
35#define LABEL_MENU "F1" 35#define LABEL_MENU "F1"
36#define LABEL_VOLUME "UP/DOWN" 36#define LABEL_VOLUME "UP/DOWN"
37 37
38#elif CONFIG_KEYPAD == ARCHOS_AV300_PAD
39#define VUMETER_QUIT BUTTON_OFF
40#define VUMETER_HELP BUTTON_ON
41#define VUMETER_MENU BUTTON_F1
42#define VUMETER_UP BUTTON_UP
43#define VUMETER_DOWN BUTTON_DOWN
44#define LABEL_HELP "ON"
45#define LABEL_QUIT "OFF"
46#define LABEL_MENU "F1"
47#define LABEL_VOLUME "UP/DOWN"
48
49#elif CONFIG_KEYPAD == ONDIO_PAD 38#elif CONFIG_KEYPAD == ONDIO_PAD
50#define VUMETER_QUIT BUTTON_OFF 39#define VUMETER_QUIT BUTTON_OFF
51#define VUMETER_HELP_PRE BUTTON_MENU 40#define VUMETER_HELP_PRE BUTTON_MENU