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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index 993943f977..12125a33e8 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -65,6 +65,12 @@ static bool abort;
65 65
66#elif CONFIG_KEYPAD == GIGABEAT_S_PAD 66#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
67#define STATS_STOP BUTTON_BACK 67#define STATS_STOP BUTTON_BACK
68
69#elif CONFIG_KEYPAD == MROBE100_PAD
70#define STATS_STOP BUTTON_POWER
71
72#else
73#error No keymap defined!
68#endif 74#endif
69 75
70/* TODO: Better get the exts from the filetypes var in tree.c */ 76/* TODO: Better get the exts from the filetypes var in tree.c */