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/pong.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/plugins/pong.c') diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c index 27721fcfab..53edb90c00 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -151,6 +151,14 @@ PLUGIN_HEADER #elif (CONFIG_KEYPAD == COWOND2_PAD) #define PONG_QUIT BUTTON_POWER +#elif CONFIG_KEYPAD == IAUDIO67_PAD +#define PONG_QUIT BUTTON_POWER +#define PONG_PAUSE BUTTON_MENU +#define PONG_LEFT_UP BUTTON_VOLUP +#define PONG_LEFT_DOWN BUTTON_VOLDOWN +#define PONG_RIGHT_UP BUTTON_RIGHT +#define PONG_RIGHT_DOWN BUTTON_LEFT + #else #error No keymap defined! #endif -- cgit v1.2.3