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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index 9dfae72dc0..4124b94563 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -274,6 +274,13 @@ PLUGIN_HEADER
274#define LABEL_MENU "MENU" 274#define LABEL_MENU "MENU"
275#define LABEL_VOLUME "UP/DOWN" 275#define LABEL_VOLUME "UP/DOWN"
276 276
277#elif CONFIG_KEYPAD == ONDAVX747_PAD
278#define VUMETER_QUIT BUTTON_POWER
279#define VUMETER_MENU BUTTON_MENU
280#define VUMETER_MENU_EXIT BUTTON_POWER
281#define LABEL_QUIT "POWER"
282#define LABEL_MENU "MENU"
283
277#else 284#else
278#error No keymap defined! 285#error No keymap defined!
279#endif 286#endif