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 fa08848f03..11bdfc8e74 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -248,6 +248,15 @@ GREY_INFO_STRUCT
248# define FFT_AMP_SCALE BUTTON_PLAYPAUSE 248# define FFT_AMP_SCALE BUTTON_PLAYPAUSE
249# define FFT_QUIT BUTTON_POWER 249# define FFT_QUIT BUTTON_POWER
250 250
251#elif (CONFIG_KEYPAD == SANSA_CONNECT_PAD)
252# define FFT_PREV_GRAPH BUTTON_LEFT
253# define FFT_NEXT_GRAPH BUTTON_RIGHT
254# define FFT_ORIENTATION BUTTON_SELECT
255# define FFT_WINDOW BUTTON_VOL_DOWN
256# define FFT_AMP_SCALE BUTTON_UP
257# define FFT_FREQ_SCALE BUTTON_DOWN
258# define FFT_QUIT BUTTON_POWER
259
251#else 260#else
252#error No keymap defined! 261#error No keymap defined!
253#endif 262#endif