fuze+: add bounce keymap

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30659 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-10-02 16:05:04 +00:00
parent 6f84b1ef97
commit e226babe09

View file

@ -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