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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index 8162a37bf8..345a161b66 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -504,6 +504,12 @@
504#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP 504#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP
505#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN 505#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN
506 506
507#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
508#define OSCILLOSCOPE_QUIT BUTTON_POWER
509#define OSCILLOSCOPE_PAUSE BUTTON_MENU
510#define OSCILLOSCOPE_ORIENTATION BUTTON_TOPLEFT
511#define OSCILLOSCOPE_GRAPHMODE BUTTON_BOTTOMLEFT
512
507#else 513#else
508#error No keymap defined! 514#error No keymap defined!
509#endif 515#endif