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 f7d8943576..e2f52ecaf9 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -266,6 +266,15 @@ GREY_INFO_STRUCT
266# define FFT_FREQ_SCALE BUTTON_DOWN 266# define FFT_FREQ_SCALE BUTTON_DOWN
267# define FFT_QUIT BUTTON_BACK 267# define FFT_QUIT BUTTON_BACK
268 268
269#elif (CONFIG_KEYPAD == HM60X_PAD)
270# define FFT_PREV_GRAPH BUTTON_LEFT
271# define FFT_NEXT_GRAPH BUTTON_RIGHT
272# define FFT_AMP_SCALE BUTTON_UP
273# define FFT_FREQ_SCALE BUTTON_DOWN
274# define FFT_ORIENTATION BUTTON_SELECT
275# define FFT_WINDOW (BUTTON_POWER|BUTTON_SELECT)
276# define FFT_QUIT BUTTON_POWER
277
269#elif !defined(HAVE_TOUCHSCREEN) 278#elif !defined(HAVE_TOUCHSCREEN)
270#error No keymap defined! 279#error No keymap defined!
271#endif 280#endif