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 9f51102979..d4b79b2ea7 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -311,6 +311,14 @@ GREY_INFO_STRUCT
311# define FFT_ORIENTATION BUTTON_POWER 311# define FFT_ORIENTATION BUTTON_POWER
312# define FFT_WINDOW BUTTON_PLAY 312# define FFT_WINDOW BUTTON_PLAY
313 313
314#elif (CONFIG_KEYPAD == CREATIVE_ZEN_PAD)
315# define FFT_PREV_GRAPH BUTTON_LEFT
316# define FFT_NEXT_GRAPH BUTTON_RIGHT
317# define FFT_AMP_SCALE BUTTON_UP
318# define FFT_FREQ_SCALE BUTTON_DOWN
319# define FFT_QUIT BUTTON_BACK
320# define FFT_ORIENTATION BUTTON_SELECT
321# define FFT_WINDOW BUTTON_MENU
314 322
315#elif !defined(HAVE_TOUCHSCREEN) 323#elif !defined(HAVE_TOUCHSCREEN)
316#error No keymap defined! 324#error No keymap defined!