From b09d3aec392538ca0934644ff6357c41aaa4c323 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 26 Apr 2010 21:40:00 +0000 Subject: Add MPIO HD200 port - changed files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 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 263c057..1ad5f9a 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c @@ -114,6 +114,10 @@ PLUGIN_HEADER #define BTN_MENU BUTTON_MENU #define BTN_FIRE BUTTON_OK +#elif (CONFIG_KEYPAD == MPIO_HD200_PAD) +#define BTN_MENU BUTTON_REC +#define BTN_FIRE BUTTON_SELECT + #elif defined(HAVE_TOUCHSCREEN) /* This is a touchscreen target */ #else -- cgit v1.1