diff options
Diffstat (limited to 'apps/plugins/oscilloscope.c')
-rw-r--r-- | apps/plugins/oscilloscope.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c index 8162a37bf8..345a161b66 100644 --- a/apps/plugins/oscilloscope.c +++ b/apps/plugins/oscilloscope.c @@ -504,6 +504,12 @@ #define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP #define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN +#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD +#define OSCILLOSCOPE_QUIT BUTTON_POWER +#define OSCILLOSCOPE_PAUSE BUTTON_MENU +#define OSCILLOSCOPE_ORIENTATION BUTTON_TOPLEFT +#define OSCILLOSCOPE_GRAPHMODE BUTTON_BOTTOMLEFT + #else #error No keymap defined! #endif |