From 554d7ed9025bf629f9202c4e5c106f62853207a3 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Sat, 22 Mar 2008 22:03:34 +0000 Subject: D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mueller, with some tweaks). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16751 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/logo.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugins/logo.c') diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 9b33108fcb..7a1a746d4a 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -136,6 +136,13 @@ const unsigned char rockbox16x7[] = { #define LP_DEC_Y BUTTON_RC_VOL_DOWN #define LP_INC_Y BUTTON_RC_VOL_UP +#elif CONFIG_KEYPAD == COWOND2_PAD +#define LP_QUIT BUTTON_POWER +#define LP_DEC_X BUTTON_LEFT +#define LP_INC_X BUTTON_RIGHT +#define LP_DEC_Y BUTTON_DOWN +#define LP_INC_Y BUTTON_UP + #else #define LP_QUIT BUTTON_OFF #define LP_DEC_X BUTTON_LEFT -- cgit v1.2.3