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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index 5b6d83e022..6e69c3ccf0 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -112,7 +112,7 @@ PLUGIN_HEADER
112#define OSCILLOSCOPE_VOL_DOWN BUTTON_SCROLL_BACK 112#define OSCILLOSCOPE_VOL_DOWN BUTTON_SCROLL_BACK
113 113
114#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD) 114#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD)
115#define OSCILLOSCOPE_QUIT BUTTON_DOWN 115#define OSCILLOSCOPE_QUIT (BUTTON_HOME|BUTTON_REPEAT)
116#define OSCILLOSCOPE_DRAWMODE (BUTTON_SELECT | BUTTON_REL) 116#define OSCILLOSCOPE_DRAWMODE (BUTTON_SELECT | BUTTON_REL)
117#define OSCILLOSCOPE_ADVMODE (BUTTON_SELECT | BUTTON_RIGHT) 117#define OSCILLOSCOPE_ADVMODE (BUTTON_SELECT | BUTTON_RIGHT)
118#define OSCILLOSCOPE_ORIENTATION (BUTTON_SELECT | BUTTON_LEFT) 118#define OSCILLOSCOPE_ORIENTATION (BUTTON_SELECT | BUTTON_LEFT)