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/fireworks.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins/fireworks.c') diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c index 43cd04a985..e79f0ff377 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c @@ -73,6 +73,9 @@ static const struct plugin_api* rb; #define BTN_FIRE BUTTON_RC_PLAY #elif (CONFIG_KEYPAD == COWOND2_PAD) #define BTN_MENU (BUTTON_MENU|BUTTON_REL) +#elif CONFIG_KEYPAD == IAUDIO67_PAD +#define BTN_MENU BUTTON_MENU +#define BTN_FIRE BUTTON_PLAY #else #error No keymap defined! #endif -- cgit v1.2.3