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.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c
index 3e88722b23..a83bd36557 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -325,6 +325,15 @@ GREY_INFO_STRUCT
325# define FFT_PREV_GRAPH BUTTON_VOL_UP 325# define FFT_PREV_GRAPH BUTTON_VOL_UP
326# define FFT_NEXT_GRAPH BUTTON_VOL_DOWN 326# define FFT_NEXT_GRAPH BUTTON_VOL_DOWN
327 327
328#elif (CONFIG_KEYPAD == AGPTEK_ROCKER_PAD)
329# define FFT_PREV_GRAPH BUTTON_LEFT
330# define FFT_NEXT_GRAPH BUTTON_RIGHT
331# define FFT_AMP_SCALE BUTTON_UP
332# define FFT_FREQ_SCALE BUTTON_DOWN
333# define FFT_QUIT BUTTON_POWER
334# define FFT_ORIENTATION BUTTON_SELECT
335# define FFT_WINDOW BUTTON_VOLDOWN
336
328#elif !defined(HAVE_TOUCHSCREEN) 337#elif !defined(HAVE_TOUCHSCREEN)
329#error No keymap defined! 338#error No keymap defined!
330#endif 339#endif