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 8c80066c67..04876ba198 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -421,6 +421,17 @@
421#define LABEL_VOLUME "Vol Up/Down" 421#define LABEL_VOLUME "Vol Up/Down"
422#define LABEL_MENU "Select" 422#define LABEL_MENU "Select"
423 423
424#elif (CONFIG_KEYPAD == XDUOO_X3_PAD)
425#define VUMETER_QUIT BUTTON_POWER
426#define VUMETER_HELP BUTTON_HOME
427#define VUMETER_MENU BUTTON_PLAY
428#define VUMETER_UP BUTTON_VOL_UP
429#define VUMETER_DOWN BUTTON_VOL_DOWN
430#define LABEL_HELP "HOME"
431#define LABEL_QUIT "POWER"
432#define LABEL_MENU "PLAY"
433#define LABEL_VOLUME "VOL UP/DN"
434
424#else 435#else
425#error No keymap defined! 436#error No keymap defined!
426#endif 437#endif