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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index 559d52ea06..a0b976f466 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -486,6 +486,11 @@
486#define OSCILLOSCOPE_VOL_UP BUTTON_UP 486#define OSCILLOSCOPE_VOL_UP BUTTON_UP
487#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN 487#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
488 488
489#elif CONFIG_KEYPAD == DX50_PAD
490#define OSCILLOSCOPE_QUIT (BUTTON_POWER|BUTTON_REL)
491#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP
492#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN
493
489#else 494#else
490#error No keymap defined! 495#error No keymap defined!
491#endif 496#endif