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 1d99ef64d3..9a91a15e66 100644
--- a/apps/plugins/lamp.c
+++ b/apps/plugins/lamp.c
@@ -79,6 +79,10 @@ PLUGIN_HEADER
79# define LAMP_LEFT BUTTON_LEFT 79# define LAMP_LEFT BUTTON_LEFT
80# define LAMP_RIGHT BUTTON_RIGHT 80# define LAMP_RIGHT BUTTON_RIGHT
81 81
82#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
83# define LAMP_LEFT BUTTON_LEFT
84# define LAMP_RIGHT BUTTON_RIGHT
85
82#else 86#else
83# error Missing key definitions for this keypad 87# error Missing key definitions for this keypad
84#endif 88#endif