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 5fd5003085..6d8922cd4b 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -384,6 +384,17 @@
384#define LABEL_MENU "Left" 384#define LABEL_MENU "Left"
385#define LABEL_VOLUME "Up/Down" 385#define LABEL_VOLUME "Up/Down"
386 386
387#elif CONFIG_KEYPAD == CREATIVE_ZEN_PAD
388#define VUMETER_QUIT BUTTON_BACK
389#define VUMETER_HELP BUTTON_SELECT
390#define VUMETER_MENU BUTTON_MENU
391#define VUMETER_UP BUTTON_UP
392#define VUMETER_DOWN BUTTON_DOWN
393#define LABEL_HELP "Select"
394#define LABEL_QUIT "Back"
395#define LABEL_MENU "Menu"
396#define LABEL_VOLUME "Up/Down"
397
387#else 398#else
388#error No keymap defined! 399#error No keymap defined!
389#endif 400#endif