From b09d3aec392538ca0934644ff6357c41aaa4c323 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 26 Apr 2010 21:40:00 +0000 Subject: Add MPIO HD200 port - changed files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/dict.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/dict.c') diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c index bb98df7501..cdd4c651de 100644 --- a/apps/plugins/dict.c +++ b/apps/plugins/dict.c @@ -150,6 +150,8 @@ long reverse (long N) { #define LP_QUIT BUTTON_LEFT #elif CONFIG_KEYPAD == PBELL_VIBE500_PAD #define LP_QUIT BUTTON_CANCEL +#elif CONFIG_KEYPAD == MPIO_HD200_PAD +#define LP_QUIT (BUTTON_REC|BUTTON_PLAY) #else #define LP_QUIT BUTTON_OFF #endif -- cgit v1.2.3