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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index 6e69c3ccf0..1e9e873ae7 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -248,6 +248,9 @@ PLUGIN_HEADER
248#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP 248#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP
249#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN 249#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN
250 250
251#elif CONFIG_KEYPAD == MROBE500_PAD
252#define OSCILLOSCOPE_QUIT BUTTON_POWER
253
251#else 254#else
252#error No keymap defined! 255#error No keymap defined!
253#endif 256#endif