summaryrefslogtreecommitdiff
path: root/apps/plugins/fireworks.c
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-02-13 15:46:34 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-02-13 15:46:34 +0000
commit841cffab5b825eee3972946725988eb2bca8583d (patch)
tree51dce108d1210a83dd07b947abf1f8e9fd9c9046 /apps/plugins/fireworks.c
parent1251fa5766d79d97e83d19f1ca3a104e1d8b77a5 (diff)
downloadrockbox-841cffab5b825eee3972946725988eb2bca8583d.tar.gz
rockbox-841cffab5b825eee3972946725988eb2bca8583d.zip
Packard Bell Vibe 500: More plugin keymaps (second portion).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24634 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 8a858d8d4f..263c05792b 100644
--- a/apps/plugins/fireworks.c
+++ b/apps/plugins/fireworks.c
@@ -110,6 +110,10 @@ PLUGIN_HEADER
110#define BTN_MENU BUTTON_LEFT 110#define BTN_MENU BUTTON_LEFT
111#define BTN_FIRE BUTTON_PLAY 111#define BTN_FIRE BUTTON_PLAY
112 112
113#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
114#define BTN_MENU BUTTON_MENU
115#define BTN_FIRE BUTTON_OK
116
113#elif defined(HAVE_TOUCHSCREEN) 117#elif defined(HAVE_TOUCHSCREEN)
114 /* This is a touchscreen target */ 118 /* This is a touchscreen target */
115#else 119#else