fuze+: add xobox keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30658 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1f31ff13fb
commit
6f84b1ef97
1 changed files with 9 additions and 0 deletions
|
@ -259,6 +259,15 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
#define DOWN BUTTON_DOWN
|
||||
#define PAUSE BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
|
||||
|
||||
#define QUIT BUTTON_POWER
|
||||
#define LEFT BUTTON_LEFT
|
||||
#define RIGHT BUTTON_RIGHT
|
||||
#define UP BUTTON_UP
|
||||
#define DOWN BUTTON_DOWN
|
||||
#define PAUSE BUTTON_PLAYPAUSE
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue