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.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c
index e62c919f88..ae07179557 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -195,6 +195,14 @@ GREY_INFO_STRUCT
195# define FFT_SCALE BUTTON_PLAY 195# define FFT_SCALE BUTTON_PLAY
196# define FFT_QUIT BUTTON_REC 196# define FFT_QUIT BUTTON_REC
197 197
198#elif CONFIG_KEYPAD == MPIO_HD200_PAD
199# define FFT_PREV_GRAPH BUTTON_PREV
200# define FFT_NEXT_GRAPH BUTTON_NEXT
201# define FFT_ORIENTATION BUTTON_REC
202# define FFT_WINDOW BUTTON_SELECT
203# define FFT_SCALE BUTTON_PLAY
204# define FFT_QUIT (BUTTON_REC | BUTTON_PLAY)
205
198#else 206#else
199#error No keymap defined! 207#error No keymap defined!
200#endif 208#endif