1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Szymon Dziok 2010-02-14 21:56:53 +00:00
parent 26c0e753d1
commit 7074a64d8a
17 changed files with 148 additions and 0 deletions

View file

@ -187,6 +187,14 @@ GREY_INFO_STRUCT
#elif (CONFIG_KEYPAD == ONDAVX777_PAD)
# define FFT_QUIT BUTTON_POWER
#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
# define FFT_PREV_GRAPH BUTTON_PREV
# define FFT_NEXT_GRAPH BUTTON_NEXT
# define FFT_ORIENTATION BUTTON_MENU
# define FFT_WINDOW BUTTON_OK
# define FFT_SCALE BUTTON_PLAY
# define FFT_QUIT BUTTON_REC
#else
#error No keymap defined!
#endif