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 d84484c1c1..93568ab156 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -187,6 +187,14 @@ GREY_INFO_STRUCT
187#elif (CONFIG_KEYPAD == ONDAVX777_PAD) 187#elif (CONFIG_KEYPAD == ONDAVX777_PAD)
188# define FFT_QUIT BUTTON_POWER 188# define FFT_QUIT BUTTON_POWER
189 189
190#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
191# define FFT_PREV_GRAPH BUTTON_PREV
192# define FFT_NEXT_GRAPH BUTTON_NEXT
193# define FFT_ORIENTATION BUTTON_MENU
194# define FFT_WINDOW BUTTON_OK
195# define FFT_SCALE BUTTON_PLAY
196# define FFT_QUIT BUTTON_REC
197
190#else 198#else
191#error No keymap defined! 199#error No keymap defined!
192#endif 200#endif