forked from len0rd/rockbox
fuze+: add fireworks keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30682 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d4d11b4635
commit
e6c6dc3238
1 changed files with 4 additions and 0 deletions
|
@ -126,6 +126,10 @@
|
|||
#define BTN_MENU BUTTON_MENU
|
||||
#define BTN_FIRE BUTTON_PLAY
|
||||
|
||||
#elif (CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD)
|
||||
#define BTN_MENU BUTTON_SELECT
|
||||
#define BTN_FIRE BUTTON_PLAYPAUSE
|
||||
|
||||
#elif defined(HAVE_TOUCHSCREEN)
|
||||
/* This is a touchscreen target */
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue