diff options
author | Amaury Pouly <pamaury@rockbox.org> | 2011-10-02 15:50:55 +0000 |
---|---|---|
committer | Amaury Pouly <pamaury@rockbox.org> | 2011-10-02 15:50:55 +0000 |
commit | 59e09dc1a90a61b263e78addecbb70d1f968d1a9 (patch) | |
tree | 26081ddc8172d439a79e5b9ef73852e82e639738 /apps/plugins | |
parent | 946041a9baabf2d3bfe81ae0646625b1297dd0bd (diff) |
fuze+: add stat keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30648 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/stats.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index 5392910a15..1bfd10788a 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -110,6 +110,9 @@ static bool cancel; #elif CONFIG_KEYPAD == MPIO_HD300_PAD #define STATS_STOP BUTTON_REC +#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD +#define STATS_STOP BUTTON_BACK + #else #error No keymap defined! #endif |