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/bounce.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/plugins/bounce.c') diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c index e932a0ebb9..e7e88cc876 100644 --- a/apps/plugins/bounce.c +++ b/apps/plugins/bounce.c @@ -155,6 +155,14 @@ PLUGIN_HEADER #define BOUNCE_QUIT BUTTON_BACK #define BOUNCE_MODE BUTTON_MENU +#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD +#define BOUNCE_LEFT BUTTON_LEFT +#define BOUNCE_RIGHT BUTTON_RIGHT +#define BOUNCE_UP BUTTON_UP +#define BOUNCE_DOWN BUTTON_DOWN +#define BOUNCE_QUIT BUTTON_POWER +#define BOUNCE_MODE BUTTON_MENU + #else #error No keymap defined! #endif -- cgit v1.2.3