summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 098e98e5b7..bfb36d78aa 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -178,6 +178,15 @@ GREY_INFO_STRUCT
178# define FFT_SCALE BUTTON_FFWD 178# define FFT_SCALE BUTTON_FFWD
179# define FFT_QUIT BUTTON_PLAY 179# define FFT_QUIT BUTTON_PLAY
180 180
181#elif (CONFIG_KEYPAD == MROBE500_PAD)
182# define FFT_QUIT BUTTON_POWER
183
184#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
185# define FFT_QUIT BUTTON_POWER
186
187#elif (CONFIG_KEYPAD == ONDAVX777_PAD)
188# define FFT_QUIT BUTTON_POWER
189
181#else 190#else
182#error No keymap defined! 191#error No keymap defined!
183#endif 192#endif