summaryrefslogtreecommitdiff
path: root/apps/plugins/fft/fft.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fft/fft.c')
-rw-r--r--apps/plugins/fft/fft.c5
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
320# define FFT_ORIENTATION BUTTON_SELECT 320# define FFT_ORIENTATION BUTTON_SELECT
321# define FFT_WINDOW BUTTON_MENU 321# define FFT_WINDOW BUTTON_MENU
322 322
323#elif (CONFIG_KEYPAD == DX50_PAD)
324# define FFT_QUIT (BUTTON_POWER|BUTTON_REL)
325# define FFT_PREV_GRAPH BUTTON_VOL_UP
326# define FFT_NEXT_GRAPH BUTTON_VOL_DOWN
327
323#elif !defined(HAVE_TOUCHSCREEN) 328#elif !defined(HAVE_TOUCHSCREEN)
324#error No keymap defined! 329#error No keymap defined!
325#endif 330#endif