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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index ee4b089ac1..e96442afd4 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -106,8 +106,8 @@ PLUGIN_HEADER
106#define OSCILLOSCOPE_PAUSE BUTTON_REC 106#define OSCILLOSCOPE_PAUSE BUTTON_REC
107#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT 107#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT
108#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT 108#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT
109#define OSCILLOSCOPE_VOL_UP BUTTON_SCROLL_DOWN 109#define OSCILLOSCOPE_VOL_UP BUTTON_SCROLL_FWD
110#define OSCILLOSCOPE_VOL_DOWN BUTTON_SCROLL_UP 110#define OSCILLOSCOPE_VOL_DOWN BUTTON_SCROLL_BACK
111 111
112#elif (CONFIG_KEYPAD == SANSA_C200_PAD) 112#elif (CONFIG_KEYPAD == SANSA_C200_PAD)
113#define OSCILLOSCOPE_QUIT BUTTON_POWER 113#define OSCILLOSCOPE_QUIT BUTTON_POWER