summaryrefslogtreecommitdiff
path: root/apps/plugins/fft/fft.c
diff options
context:
space:
mode:
authorTomasz Moń <desowin@gmail.com>2011-11-16 14:08:01 +0000
committerTomasz Moń <desowin@gmail.com>2011-11-16 14:08:01 +0000
commite8a8a1be43afe63079ae48ce1a9eb3052df3b1a4 (patch)
tree084e1cdf27a339ce58e24cff8fec8c31432b52db /apps/plugins/fft/fft.c
parent992d4eb775cac48e107e18d72783ebfb39c4234f (diff)
downloadrockbox-e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4.tar.gz
rockbox-e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4.zip
Sandisk Sansa Connect port (FS #12363)
Included are drivers for buttons, backlight, lcd, audio and storage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31000 a1c6a512-1295-4272-9138-f99709370657
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 fa08848f03..11bdfc8e74 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -248,6 +248,15 @@ GREY_INFO_STRUCT
248# define FFT_AMP_SCALE BUTTON_PLAYPAUSE 248# define FFT_AMP_SCALE BUTTON_PLAYPAUSE
249# define FFT_QUIT BUTTON_POWER 249# define FFT_QUIT BUTTON_POWER
250 250
251#elif (CONFIG_KEYPAD == SANSA_CONNECT_PAD)
252# define FFT_PREV_GRAPH BUTTON_LEFT
253# define FFT_NEXT_GRAPH BUTTON_RIGHT
254# define FFT_ORIENTATION BUTTON_SELECT
255# define FFT_WINDOW BUTTON_VOL_DOWN
256# define FFT_AMP_SCALE BUTTON_UP
257# define FFT_FREQ_SCALE BUTTON_DOWN
258# define FFT_QUIT BUTTON_POWER
259
251#else 260#else
252#error No keymap defined! 261#error No keymap defined!
253#endif 262#endif