forked from len0rd/rockbox
Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19673 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d32ebec9da
commit
6d5823f964
65 changed files with 476 additions and 89 deletions
|
@ -27,6 +27,7 @@ static int files, dirs, musicfiles, largestdir;
|
|||
static int lasttick;
|
||||
static bool abort;
|
||||
|
||||
/* FIXME: Could use plugin lib actions or be cleaned up */
|
||||
#if CONFIG_KEYPAD == PLAYER_PAD
|
||||
#define STATS_STOP BUTTON_STOP
|
||||
|
||||
|
@ -61,6 +62,11 @@ static bool abort;
|
|||
(CONFIG_KEYPAD == SANSA_M200_PAD)
|
||||
#define STATS_STOP BUTTON_POWER
|
||||
|
||||
#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD)
|
||||
/* FIXME:
|
||||
#define STATS_STOP BUTTON_HOME */
|
||||
#define STATS_STOP BUTTON_DOWN
|
||||
|
||||
#elif CONFIG_KEYPAD == IRIVER_H10_PAD
|
||||
#define STATS_STOP BUTTON_POWER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue