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 0219d0f..346d420 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -90,6 +90,9 @@ static bool abort;
#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
#define STATS_STOP BUTTON_BACK
+#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
+#define STATS_STOP BUTTON_POWER
+
#else
#error No keymap defined!
#endif