From 2490262eee17c3dcff0a39fb4011662dfdfc4478 Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Sat, 24 Jan 2009 22:41:55 +0000 Subject: Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19846 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 34b762f3b0..2018d8cb47 100644 --- a/apps/plugins/dict.c +++ b/apps/plugins/dict.c @@ -139,6 +139,8 @@ long reverse (long N) { #define LP_QUIT BUTTON_POWER #elif CONFIG_KEYPAD == CREATIVEZVM_PAD #define LP_QUIT BUTTON_BACK +#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD +#define LP_QUIT BUTTON_POWER #else #define LP_QUIT BUTTON_OFF #endif -- cgit v1.2.3