fuze+: add bounce keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30659 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6f84b1ef97
commit
e226babe09
1 changed files with 8 additions and 0 deletions
|
@ -228,6 +228,14 @@
|
|||
#define BOUNCE_QUIT (BUTTON_REC | BUTTON_REPEAT)
|
||||
#define BOUNCE_MODE BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
|
||||
#define BOUNCE_LEFT BUTTON_LEFT
|
||||
#define BOUNCE_RIGHT BUTTON_RIGHT
|
||||
#define BOUNCE_UP BUTTON_UP
|
||||
#define BOUNCE_DOWN BUTTON_DOWN
|
||||
#define BOUNCE_QUIT BUTTON_POWER
|
||||
#define BOUNCE_MODE BUTTON_PLAYPAUSE
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue