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 b3a48bb67e..dd148216a1 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -201,10 +201,10 @@ PLUGIN_HEADER
201 201
202#elif CONFIG_KEYPAD == CREATIVEZVM_PAD 202#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
203#define OSCILLOSCOPE_QUIT BUTTON_BACK 203#define OSCILLOSCOPE_QUIT BUTTON_BACK
204#define OSCILLOSCOPE_DRAWMODE BUTTON_PLAY 204#define OSCILLOSCOPE_DRAWMODE BUTTON_SELECT
205#define OSCILLOSCOPE_ADVMODE BUTTON_CUSTOM 205#define OSCILLOSCOPE_ADVMODE BUTTON_CUSTOM
206#define OSCILLOSCOPE_ORIENTATION BUTTON_MENU 206#define OSCILLOSCOPE_ORIENTATION BUTTON_MENU
207#define OSCILLOSCOPE_PAUSE BUTTON_SELECT 207#define OSCILLOSCOPE_PAUSE BUTTON_PLAY
208#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT 208#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT
209#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT 209#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT
210#define OSCILLOSCOPE_VOL_UP BUTTON_UP 210#define OSCILLOSCOPE_VOL_UP BUTTON_UP