summaryrefslogtreecommitdiff
path: root/apps/plugins/fft
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fft')
-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 89205503e7..b2ef8d8e33 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -257,6 +257,15 @@ GREY_INFO_STRUCT
257# define FFT_FREQ_SCALE BUTTON_DOWN 257# define FFT_FREQ_SCALE BUTTON_DOWN
258# define FFT_QUIT BUTTON_POWER 258# define FFT_QUIT BUTTON_POWER
259 259
260#elif CONFIG_KEYPAD == SAMSUNG_YPR0_PAD
261# define FFT_PREV_GRAPH BUTTON_LEFT
262# define FFT_NEXT_GRAPH BUTTON_RIGHT
263# define FFT_ORIENTATION BUTTON_USER
264# define FFT_WINDOW BUTTON_MENU
265# define FFT_AMP_SCALE BUTTON_SELECT
266# define FFT_FREQ_SCALE BUTTON_DOWN
267# define FFT_QUIT BUTTON_BACK
268
260#else 269#else
261#error No keymap defined! 270#error No keymap defined!
262#endif 271#endif