summaryrefslogtreecommitdiff
path: root/apps/plugins/vu_meter.c
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-02-27 22:08:58 +0000
committerAidan MacDonald <amachronic@protonmail.com>2021-03-28 00:01:37 +0000
commit3ec66893e377b088c1284d2d23adb2aeea6d7965 (patch)
treeb647717f83ad56b15dc42cfdef5d04d68cd9bd6b /apps/plugins/vu_meter.c
parent83fcbedc65f4b9ae7e491ecf6f07c0af4b245f74 (diff)
downloadrockbox-3ec66893e377b088c1284d2d23adb2aeea6d7965.tar.gz
rockbox-3ec66893e377b088c1284d2d23adb2aeea6d7965.zip
New port: FiiO M3K on bare metal
Change-Id: I7517e7d5459e129dcfc9465c6fbd708619888fbe
Diffstat (limited to 'apps/plugins/vu_meter.c')
-rw-r--r--apps/plugins/vu_meter.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index 629294ce7f..e24ad8dcdc 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -441,6 +441,17 @@
441#define LABEL_MENU "MENU" 441#define LABEL_MENU "MENU"
442#define LABEL_VOLUME "VOL UP/DN" 442#define LABEL_VOLUME "VOL UP/DN"
443 443
444#elif CONFIG_KEYPAD == FIIO_M3K_PAD
445#define VUMETER_QUIT BUTTON_POWER
446#define VUMETER_HELP BUTTON_BACK
447#define VUMETER_MENU BUTTON_MENU
448#define VUMETER_UP BUTTON_VOL_UP
449#define VUMETER_DOWN BUTTON_VOL_DOWN
450#define LABEL_HELP "BACK"
451#define LABEL_QUIT "POWER"
452#define LABEL_MENU "MENU"
453#define LABEL_VOLUME "VOL+/VOL-"
454
444#else 455#else
445#error No keymap defined! 456#error No keymap defined!
446#endif 457#endif