summaryrefslogtreecommitdiff
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;
102#elif CONFIG_KEYPAD == ONDAVX777_PAD 102#elif CONFIG_KEYPAD == ONDAVX777_PAD
103#define STATS_STOP BUTTON_POWER 103#define STATS_STOP BUTTON_POWER
104 104
105#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
106#define STATS_STOP BUTTON_REC
107
105#else 108#else
106#error No keymap defined! 109#error No keymap defined!
107#endif 110#endif