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 a004cc7d98..4a02a58850 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -130,6 +130,17 @@ PLUGIN_HEADER
130#define VUMETER_UP BUTTON_UP 130#define VUMETER_UP BUTTON_UP
131#define VUMETER_DOWN BUTTON_DOWN 131#define VUMETER_DOWN BUTTON_DOWN
132 132
133#elif (CONFIG_KEYPAD == MROBE100_PAD)
134#define VUMETER_QUIT BUTTON_POWER
135#define VUMETER_HELP BUTTON_DISPLAY
136#define VUMETER_MENU BUTTON_MENU
137#define VUMETER_MENU_EXIT BUTTON_MENU
138#define VUMETER_MENU_EXIT2 BUTTON_POWER
139#define VUMETER_UP BUTTON_UP
140#define VUMETER_DOWN BUTTON_DOWN
141
142#else
143#error No keymap defined!
133#endif 144#endif
134 145
135const struct plugin_api* rb; 146const struct plugin_api* rb;