From f6526bdde277f12753960afec4be9b74c77beeb3 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Thu, 11 Feb 2010 23:27:44 +0000 Subject: fft: fix red git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24612 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fft/fft.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps') 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 -- cgit