forked from len0rd/rockbox
fuze+: add wormlet keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30678 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1546e048f6
commit
0d835d86b0
1 changed files with 10 additions and 0 deletions
|
@ -300,6 +300,16 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
#define BTN_QUIT BUTTON_REC
|
||||
#define BTN_STOPRESET (BUTTON_MENU | BUTTON_REPEAT)
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
|
||||
|
||||
#define BTN_DIR_UP BUTTON_UP
|
||||
#define BTN_DIR_DOWN BUTTON_DOWN
|
||||
#define BTN_DIR_LEFT BUTTON_LEFT
|
||||
#define BTN_DIR_RIGHT BUTTON_RIGHT
|
||||
#define BTN_STARTPAUSE BUTTON_PLAYPAUSE
|
||||
#define BTN_QUIT BUTTON_POWER
|
||||
#define BTN_STOPRESET BUTTON_BACK
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue