summaryrefslogtreecommitdiff
path: root/apps/plugins/fft
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-02-14 21:56:53 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-02-14 21:56:53 +0000
commit7074a64d8aa7030543832ab2e59885fd16e34adb (patch)
tree0b190cc139ee08b52c036d5db68b2a3a680c9dd2 /apps/plugins/fft
parent26c0e753d1e19747719dbcae8dc6e84a0a74671a (diff)
downloadrockbox-7074a64d8aa7030543832ab2e59885fd16e34adb.tar.gz
rockbox-7074a64d8aa7030543832ab2e59885fd16e34adb.zip
Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for the target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24658 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/fft')
-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