summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/fft/fft.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c
index a920f8c7f1..fa08848f03 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -240,6 +240,14 @@ GREY_INFO_STRUCT
240# define FFT_AMP_SCALE BUTTON_PLAY 240# define FFT_AMP_SCALE BUTTON_PLAY
241# define FFT_QUIT (BUTTON_REC | BUTTON_REPEAT) 241# define FFT_QUIT (BUTTON_REC | BUTTON_REPEAT)
242 242
243#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
244# define FFT_PREV_GRAPH BUTTON_LEFT
245# define FFT_NEXT_GRAPH BUTTON_RIGHT
246# define FFT_ORIENTATION BUTTON_BACK
247# define FFT_WINDOW BUTTON_SELECT
248# define FFT_AMP_SCALE BUTTON_PLAYPAUSE
249# define FFT_QUIT BUTTON_POWER
250
243#else 251#else
244#error No keymap defined! 252#error No keymap defined!
245#endif 253#endif