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 2d0d58eca5..f80b9c014a 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -309,6 +309,17 @@
309#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP 309#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP
310#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN 310#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN
311 311
312#elif CONFIG_KEYPAD == MPIO_HD300_PAD
313#define OSCILLOSCOPE_QUIT (BUTTON_REC | BUTTON_REPEAT)
314#define OSCILLOSCOPE_DRAWMODE BUTTON_ENTER
315#define OSCILLOSCOPE_ADVMODE BUTTON_REC
316#define OSCILLOSCOPE_ORIENTATION BUTTON_MENU
317#define OSCILLOSCOPE_PAUSE BUTTON_PLAY
318#define OSCILLOSCOPE_SPEED_UP BUTTON_FF
319#define OSCILLOSCOPE_SPEED_DOWN BUTTON_REW
320#define OSCILLOSCOPE_VOL_UP BUTTON_UP
321#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
322
312#else 323#else
313#error No keymap defined! 324#error No keymap defined!
314#endif 325#endif