summaryrefslogtreecommitdiffstats
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-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 098e98e5b7..bfb36d78aa 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -178,6 +178,15 @@ GREY_INFO_STRUCT
# define FFT_SCALE BUTTON_FFWD
# define FFT_QUIT BUTTON_PLAY
+#elif (CONFIG_KEYPAD == MROBE500_PAD)
+# define FFT_QUIT BUTTON_POWER
+
+#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
+# define FFT_QUIT BUTTON_POWER
+
+#elif (CONFIG_KEYPAD == ONDAVX777_PAD)
+# define FFT_QUIT BUTTON_POWER
+
#else
#error No keymap defined!
#endif