From dd61702fb0a45167aeba3f3f183b794e47c30f6f Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Tue, 30 Nov 2010 10:52:14 +0000 Subject: HD300 - plugins keymaps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28712 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/stats.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins/stats.c') diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index fbc00d3902..388a617b14 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -107,6 +107,9 @@ static bool cancel; #elif CONFIG_KEYPAD == MPIO_HD200_PAD #define STATS_STOP BUTTON_REC +#elif CONFIG_KEYPAD == MPIO_HD300_PAD +#define STATS_STOP BUTTON_REC + #else #error No keymap defined! #endif -- cgit