forked from len0rd/rockbox
HD300 - plugins keymaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28712 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d2ebc534ea
commit
dd61702fb0
62 changed files with 547 additions and 1 deletions
|
@ -122,6 +122,10 @@
|
|||
#define BTN_MENU BUTTON_REC
|
||||
#define BTN_FIRE BUTTON_PLAY
|
||||
|
||||
#elif (CONFIG_KEYPAD == MPIO_HD300_PAD)
|
||||
#define BTN_MENU BUTTON_MENU
|
||||
#define BTN_FIRE BUTTON_PLAY
|
||||
|
||||
#elif defined(HAVE_TOUCHSCREEN)
|
||||
/* This is a touchscreen target */
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue