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.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index 07c40c2b4e..85cbf2bfb2 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -493,6 +493,17 @@
#define OSCILLOSCOPE_ORIENTATION BUTTON_TOPLEFT
#define OSCILLOSCOPE_GRAPHMODE BUTTON_BOTTOMLEFT
+#elif CONFIG_KEYPAD == AGPTEK_ROCKER_PAD
+#define OSCILLOSCOPE_QUIT BUTTON_POWER
+#define OSCILLOSCOPE_DRAWMODE (BUTTON_SELECT|BUTTON_UP)
+#define OSCILLOSCOPE_ADVMODE BUTTON_DOWN
+#define OSCILLOSCOPE_ORIENTATION BUTTON_UP
+#define OSCILLOSCOPE_PAUSE BUTTON_SELECT
+#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT
+#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT
+#define OSCILLOSCOPE_VOL_UP BUTTON_VOLUP
+#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOLDOWN
+
#else
#error No keymap defined!
#endif