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 d50de7f2a0..881295d6ab 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -537,6 +537,17 @@
537#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP 537#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP
538#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN 538#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN
539 539
540#elif CONFIG_KEYPAD == FIIO_M3K_PAD
541#define OSCILLOSCOPE_QUIT BUTTON_POWER
542#define OSCILLOSCOPE_DRAWMODE BUTTON_MENU
543#define OSCILLOSCOPE_ADVMODE BUTTON_PLAY
544#define OSCILLOSCOPE_ORIENTATION BUTTON_BACK
545#define OSCILLOSCOPE_PAUSE BUTTON_SELECT
546#define OSCILLOSCOPE_SPEED_UP BUTTON_SCROLL_BACK
547#define OSCILLOSCOPE_SPEED_DOWN BUTTON_SCROLL_FWD
548#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP
549#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN
550
540#else 551#else
541#error No keymap defined! 552#error No keymap defined!
542#endif 553#endif