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 881295d6ab..ae84e14f7f 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -548,6 +548,9 @@
548#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP 548#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP
549#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN 549#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN
550 550
551#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
552/* use touchscreen */
553
551#else 554#else
552#error No keymap defined! 555#error No keymap defined!
553#endif 556#endif