diff options
Diffstat (limited to 'apps/plugins/fft/fft.c')
-rw-r--r-- | apps/plugins/fft/fft.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c index d4b79b2ea7..9871c31eb9 100644 --- a/apps/plugins/fft/fft.c +++ b/apps/plugins/fft/fft.c @@ -320,6 +320,11 @@ GREY_INFO_STRUCT # define FFT_ORIENTATION BUTTON_SELECT # define FFT_WINDOW BUTTON_MENU +#elif (CONFIG_KEYPAD == DX50_PAD) +# define FFT_QUIT (BUTTON_POWER|BUTTON_REL) +# define FFT_PREV_GRAPH BUTTON_VOL_UP +# define FFT_NEXT_GRAPH BUTTON_VOL_DOWN + #elif !defined(HAVE_TOUCHSCREEN) #error No keymap defined! #endif |