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 572ee5325f..3da3b455f7 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -232,6 +232,14 @@ GREY_INFO_STRUCT
232# define FFT_AMP_SCALE BUTTON_PLAY 232# define FFT_AMP_SCALE BUTTON_PLAY
233# define FFT_QUIT (BUTTON_REC | BUTTON_PLAY) 233# define FFT_QUIT (BUTTON_REC | BUTTON_PLAY)
234 234
235#elif CONFIG_KEYPAD == MPIO_HD300_PAD
236# define FFT_PREV_GRAPH BUTTON_REW
237# define FFT_NEXT_GRAPH BUTTON_FF
238# define FFT_ORIENTATION BUTTON_REC
239# define FFT_WINDOW BUTTON_ENTER
240# define FFT_AMP_SCALE BUTTON_PLAY
241# define FFT_QUIT (BUTTON_REC | BUTTON_REPEAT)
242
235#else 243#else
236#error No keymap defined! 244#error No keymap defined!
237#endif 245#endif