From 05577e48a876bc3e6304c0b2c8459786738fc425 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Thu, 11 Feb 2010 22:40:17 +0000 Subject: Packard Bell Vibe 500: Start committing plugin keymaps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24610 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 2127186e72..bb98df7501 100644 --- a/apps/plugins/dict.c +++ b/apps/plugins/dict.c @@ -148,6 +148,8 @@ long reverse (long N) { #define LP_QUIT BUTTON_POWER #elif CONFIG_KEYPAD == SAMSUNG_YH_PAD #define LP_QUIT BUTTON_LEFT +#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD +#define LP_QUIT BUTTON_CANCEL #else #define LP_QUIT BUTTON_OFF #endif -- cgit v1.2.3