summaryrefslogtreecommitdiff
path: root/apps/plugins/vu_meter.c
diff options
context:
space:
mode:
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