summaryrefslogtreecommitdiff
path: root/apps/plugins/lamp.c
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-02-11 22:40:17 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-02-11 22:40:17 +0000
commit05577e48a876bc3e6304c0b2c8459786738fc425 (patch)
treec743f42bf355f39e34e699480924110f995603a0 /apps/plugins/lamp.c
parent80cc3d489ec1c1f5071327ab0e1cd9080edc3b73 (diff)
downloadrockbox-05577e48a876bc3e6304c0b2c8459786738fc425.tar.gz
rockbox-05577e48a876bc3e6304c0b2c8459786738fc425.zip
Packard Bell Vibe 500: Start committing plugin keymaps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24610 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lamp.c')
-rw-r--r--apps/plugins/lamp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/lamp.c b/apps/plugins/lamp.c
index 690676e054..53815b3abd 100644
--- a/apps/plugins/lamp.c
+++ b/apps/plugins/lamp.c
@@ -96,6 +96,10 @@ PLUGIN_HEADER
96# define LAMP_LEFT BUTTON_LEFT 96# define LAMP_LEFT BUTTON_LEFT
97# define LAMP_RIGHT BUTTON_RIGHT 97# define LAMP_RIGHT BUTTON_RIGHT
98 98
99#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
100# define LAMP_LEFT BUTTON_PREV
101# define LAMP_RIGHT BUTTON_NEXT
102
99#else 103#else
100# error Missing key definitions for this keypad 104# error Missing key definitions for this keypad
101#endif 105#endif