diff options
Diffstat (limited to 'apps/plugins/stats.c')
| -rw-r--r-- | apps/plugins/stats.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index 993943f..12125a3 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -65,6 +65,12 @@ static bool abort; #elif CONFIG_KEYPAD == GIGABEAT_S_PAD #define STATS_STOP BUTTON_BACK + +#elif CONFIG_KEYPAD == MROBE100_PAD +#define STATS_STOP BUTTON_POWER + +#else +#error No keymap defined! #endif /* TODO: Better get the exts from the filetypes var in tree.c */ |