summaryrefslogtreecommitdiff
path: root/apps/plugins/lamp.c
diff options
context:
space:
mode:
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