From 29d20d806838ca3a3691f723bdb0eaeefb480c5d Mon Sep 17 00:00:00 2001 From: Robert Menes Date: Thu, 3 Dec 2009 23:13:45 +0000 Subject: Another round of plugin keymaps for the Philips GoGear SA9200. Just a few more to go... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23838 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fireworks.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/fireworks.c') diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c index c7c7b58b93..782cff5ba8 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c @@ -99,6 +99,10 @@ PLUGIN_HEADER #define BTN_MENU BUTTON_MENU #define BTN_FIRE BUTTON_SELECT +#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD +#define BTN_MENU BUTTON_MENU +#define BTN_FIRE BUTTON_PLAY + #elif (CONFIG_KEYPAD == ONDAVX747_PAD) #define BTN_MENU (BUTTON_MENU|BUTTON_REL) -- cgit v1.2.3