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 c35973bd85..7f7204c30a 100644
--- a/apps/plugins/lamp.c
+++ b/apps/plugins/lamp.c
@@ -86,6 +86,10 @@ PLUGIN_HEADER
86# define LAMP_LEFT BUTTON_VOL_DOWN 86# define LAMP_LEFT BUTTON_VOL_DOWN
87# define LAMP_RIGHT BUTTON_VOL_UP 87# define LAMP_RIGHT BUTTON_VOL_UP
88 88
89#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
90# define LAMP_LEFT BUTTON_LEFT
91# define LAMP_RIGHT BUTTON_RIGHT
92
89#else 93#else
90# error Missing key definitions for this keypad 94# error Missing key definitions for this keypad
91#endif 95#endif