summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/stats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index 5392910..1bfd107 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