From 2f84f699c0df4a82dfdcb2244e1c7bf4af99fc72 Mon Sep 17 00:00:00 2001 From: Vitja Makarov Date: Tue, 7 Oct 2008 16:38:28 +0000 Subject: IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet. IAUDIO7: Define MODEL_NAME in config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18730 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 779ce8845d..4d4263ee79 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -141,6 +141,13 @@ const unsigned char rockbox16x7[] = { #elif CONFIG_KEYPAD == COWOND2_PAD #define LP_QUIT BUTTON_POWER +#elif CONFIG_KEYPAD == IAUDIO67_PAD +#define LP_QUIT BUTTON_POWER +#define LP_DEC_X BUTTON_LEFT +#define LP_INC_X BUTTON_RIGHT +#define LP_DEC_Y BUTTON_PLAY +#define LP_INC_Y BUTTON_STOP + #else #define LP_QUIT BUTTON_OFF #define LP_DEC_X BUTTON_LEFT -- cgit v1.2.3