summaryrefslogtreecommitdiff
path: root/apps/plugins/fireworks.c
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2010-04-26 21:40:00 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2010-04-26 21:40:00 +0000
commitb09d3aec392538ca0934644ff6357c41aaa4c323 (patch)
tree0603cf4ef59e84ee4e0c172e3b418d8dccac664c /apps/plugins/fireworks.c
parentfa5cd0d3bf744f75be0593a7e2c2083810f16c21 (diff)
downloadrockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.tar.gz
rockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.zip
Add MPIO HD200 port - changed files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/fireworks.c')
-rw-r--r--apps/plugins/fireworks.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c
index 263c05792b..1ad5f9a2ca 100644
--- a/apps/plugins/fireworks.c
+++ b/apps/plugins/fireworks.c
@@ -114,6 +114,10 @@ PLUGIN_HEADER
114#define BTN_MENU BUTTON_MENU 114#define BTN_MENU BUTTON_MENU
115#define BTN_FIRE BUTTON_OK 115#define BTN_FIRE BUTTON_OK
116 116
117#elif (CONFIG_KEYPAD == MPIO_HD200_PAD)
118#define BTN_MENU BUTTON_REC
119#define BTN_FIRE BUTTON_SELECT
120
117#elif defined(HAVE_TOUCHSCREEN) 121#elif defined(HAVE_TOUCHSCREEN)
118 /* This is a touchscreen target */ 122 /* This is a touchscreen target */
119#else 123#else