summaryrefslogtreecommitdiffstats
path: root/apps/plugins/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stats.c')
-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 b928c0c4db..22ad5c13e3 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -102,6 +102,9 @@ static bool abort;
#elif CONFIG_KEYPAD == ONDAVX777_PAD
#define STATS_STOP BUTTON_POWER
+#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
+#define STATS_STOP BUTTON_REC
+
#else
#error No keymap defined!
#endif