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