summaryrefslogtreecommitdiffstats
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index fab89a8634..51f2d19f40 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -349,7 +349,8 @@
#define LABEL_MENU "Menu"
#define LABEL_VOLUME "Up/Down"
-#elif CONFIG_KEYPAD == HM60X_PAD
+#elif (CONFIG_KEYPAD == HM60X_PAD) || \
+ (CONFIG_KEYPAD == HM801_PAD)
#define VUMETER_QUIT BUTTON_POWER
#define VUMETER_HELP BUTTON_RIGHT
#define VUMETER_MENU BUTTON_LEFT