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 66a2aad7a0..559d52ea06 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -475,6 +475,17 @@
475#define OSCILLOSCOPE_VOL_UP BUTTON_UP 475#define OSCILLOSCOPE_VOL_UP BUTTON_UP
476#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN 476#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
477 477
478#elif CONFIG_KEYPAD == CREATIVE_ZEN_PAD
479#define OSCILLOSCOPE_QUIT BUTTON_BACK
480#define OSCILLOSCOPE_DRAWMODE BUTTON_SELECT
481#define OSCILLOSCOPE_ADVMODE BUTTON_MENU
482#define OSCILLOSCOPE_ORIENTATION BUTTON_SHORTCUT
483#define OSCILLOSCOPE_PAUSE BUTTON_PLAYPAUSE
484#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT
485#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT
486#define OSCILLOSCOPE_VOL_UP BUTTON_UP
487#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
488
478#else 489#else
479#error No keymap defined! 490#error No keymap defined!
480#endif 491#endif