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.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index dbb01355bc..13a8c4e1a6 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -157,7 +157,19 @@ PLUGIN_HEADER
157#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP 157#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP
158#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN 158#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN
159 159
160#elif (CONFIG_KEYPAD == MROBE100_PAD)
161#define OSCILLOSCOPE_QUIT BUTTON_POWER
162#define OSCILLOSCOPE_DRAWMODE BUTTON_SELECT
163#define OSCILLOSCOPE_ADVMODE BUTTON_MENU
164#define OSCILLOSCOPE_ORIENTATION BUTTON_PLAY
165#define OSCILLOSCOPE_PAUSE BUTTON_DISPLAY
166#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT
167#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT
168#define OSCILLOSCOPE_VOL_UP BUTTON_UP
169#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
160 170
171#else
172#error No keymap defined!
161#endif 173#endif
162 174
163/* colours */ 175/* colours */