forked from len0rd/rockbox
fix button mappings for the gigabeat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10502 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
96e7c578f4
commit
91022738ee
3 changed files with 22 additions and 6 deletions
|
@ -63,6 +63,10 @@ extern vo_open_t vo_rockbox_open;
|
|||
#define MPEG_STOP BUTTON_POWER
|
||||
#define MPEG_PAUSE BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == GIGABEAT_PAD
|
||||
#define MPEG_STOP BUTTON_A
|
||||
#define MPEG_PAUSE BUTTON_SELECT
|
||||
|
||||
#else
|
||||
#error MPEGPLAYER: Unsupported keypad
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue