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.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c
index 2b7f6a4fbe..28c3cd045c 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -302,6 +302,15 @@ GREY_INFO_STRUCT
302# define FFT_WINDOW BUTTON_PLAY 302# define FFT_WINDOW BUTTON_PLAY
303# define FFT_QUIT BUTTON_POWER 303# define FFT_QUIT BUTTON_POWER
304 304
305#elif (CONFIG_KEYPAD == SONY_NWZ_PAD)
306#define FFT_PREV_GRAPH BUTTON_LEFT
307#define FFT_NEXT_GRAPH BUTTON_RIGHT
308#define FFT_AMP_SCALE BUTTON_UP
309#define FFT_FREQ_SCALE BUTTON_DOWN
310#define FFT_QUIT BUTTON_BACK
311#define FFT_ORIENTATION BUTTON_POWER
312#define FFT_WINDOW BUTTON_PLAY
313
305#elif !defined(HAVE_TOUCHSCREEN) 314#elif !defined(HAVE_TOUCHSCREEN)
306#error No keymap defined! 315#error No keymap defined!
307#endif 316#endif