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 e3d56c9d5c..559aafabc1 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -94,6 +94,17 @@ PLUGIN_HEADER
94#define VUMETER_UP BUTTON_UP 94#define VUMETER_UP BUTTON_UP
95#define VUMETER_DOWN BUTTON_DOWN 95#define VUMETER_DOWN BUTTON_DOWN
96 96
97#elif CONFIG_KEYPAD == IRIVER_H10_PAD
98#define VUMETER_QUIT BUTTON_POWER
99#define VUMETER_HELP BUTTON_PLAY
100#define VUMETER_MENU BUTTON_REW
101#define VUMETER_MENU_EXIT BUTTON_REW
102#define VUMETER_MENU_EXIT2 BUTTON_POWER
103#define VUMETER_LEFT BUTTON_LEFT
104#define VUMETER_RIGHT BUTTON_RIGHT
105#define VUMETER_UP BUTTON_SCROLL_UP
106#define VUMETER_DOWN BUTTON_SCROLL_DOWN
107
97#endif 108#endif
98 109
99const struct plugin_api* rb; 110const struct plugin_api* rb;