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.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index 65556ab2ec..67ac024c62 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -222,6 +222,18 @@ PLUGIN_HEADER
222#define LABEL_QUIT "POWER" 222#define LABEL_QUIT "POWER"
223#define LABEL_MENU "MENU" 223#define LABEL_MENU "MENU"
224 224
225#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
226#define VUMETER_QUIT BUTTON_BACK
227#define VUMETER_HELP BUTTON_SELECT
228#define VUMETER_MENU BUTTON_MENU
229#define VUMETER_MENU_EXIT BUTTON_MENU
230#define VUMETER_UP BUTTON_UP
231#define VUMETER_DOWN BUTTON_DOWN
232#define LABEL_HELP "PLAY"
233#define LABEL_QUIT "BACK"
234#define LABEL_MENU "MENU"
235#define LABEL_VOLUME "UP/DOWN"
236
225#else 237#else
226#error No keymap defined! 238#error No keymap defined!
227#endif 239#endif