mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
|
|
@ -2474,6 +2474,12 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
#define MP3ENC_DONE BUTTON_PLAY
|
||||
#define MP3ENC_SELECT BUTTON_FUNC
|
||||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD300_PAD
|
||||
#define MP3ENC_PREV BUTTON_REW
|
||||
#define MP3ENC_NEXT BUTTON_FF
|
||||
#define MP3ENC_DONE BUTTON_PLAY
|
||||
#define MP3ENC_SELECT BUTTON_ENTER
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue