summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-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 5eb43fae62..5c709012e7 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -320,6 +320,17 @@
320#define OSCILLOSCOPE_VOL_UP BUTTON_UP 320#define OSCILLOSCOPE_VOL_UP BUTTON_UP
321#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN 321#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
322 322
323#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
324#define OSCILLOSCOPE_QUIT BUTTON_POWER
325#define OSCILLOSCOPE_DRAWMODE BUTTON_SELECT
326#define OSCILLOSCOPE_ADVMODE BUTTON_BACK
327#define OSCILLOSCOPE_ORIENTATION (BUTTON_BACK|BUTTON_REPEAT)
328#define OSCILLOSCOPE_PAUSE BUTTON_PLAYPAUSE
329#define OSCILLOSCOPE_SPEED_UP BUTTON_LEFT
330#define OSCILLOSCOPE_SPEED_DOWN BUTTON_RIGHT
331#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP
332#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN
333
323#else 334#else
324#error No keymap defined! 335#error No keymap defined!
325#endif 336#endif