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 06fc137754..5fd5003085 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -373,6 +373,17 @@
373#define LABEL_MENU "LEFT" 373#define LABEL_MENU "LEFT"
374#define LABEL_VOLUME "UP/DOWN" 374#define LABEL_VOLUME "UP/DOWN"
375 375
376#elif CONFIG_KEYPAD == SONY_NWZ_PAD
377#define VUMETER_QUIT BUTTON_BACK
378#define VUMETER_HELP BUTTON_RIGHT
379#define VUMETER_MENU BUTTON_LEFT
380#define VUMETER_UP BUTTON_UP
381#define VUMETER_DOWN BUTTON_DOWN
382#define LABEL_HELP "Right"
383#define LABEL_QUIT "Back"
384#define LABEL_MENU "Left"
385#define LABEL_VOLUME "Up/Down"
386
376#else 387#else
377#error No keymap defined! 388#error No keymap defined!
378#endif 389#endif