summaryrefslogtreecommitdiff
path: root/apps/plugins/oscilloscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/oscilloscope.c')
-rw-r--r--apps/plugins/oscilloscope.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index 1daac661b2..69ae8bcfaf 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -276,6 +276,17 @@ PLUGIN_HEADER
276#define OSCILLOSCOPE_VOL_UP BUTTON_UP 276#define OSCILLOSCOPE_VOL_UP BUTTON_UP
277#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN 277#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
278 278
279#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
280#define OSCILLOSCOPE_QUIT BUTTON_REC
281#define OSCILLOSCOPE_DRAWMODE BUTTON_MENU
282#define OSCILLOSCOPE_ADVMODE BUTTON_CANCEL
283#define OSCILLOSCOPE_ORIENTATION BUTTON_OK
284#define OSCILLOSCOPE_PAUSE BUTTON_PLAY
285#define OSCILLOSCOPE_SPEED_UP BUTTON_PREV
286#define OSCILLOSCOPE_SPEED_DOWN BUTTON_NEXT
287#define OSCILLOSCOPE_VOL_UP BUTTON_UP
288#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
289
279#else 290#else
280#error No keymap defined! 291#error No keymap defined!
281#endif 292#endif