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 41cf33f4c9..3400107407 100644
--- a/apps/plugins/lamp.c
+++ b/apps/plugins/lamp.c
@@ -130,6 +130,10 @@
130# define LAMP_UP BUTTON_REW 130# define LAMP_UP BUTTON_REW
131# define LAMP_DOWN BUTTON_FF 131# define LAMP_DOWN BUTTON_FF
132 132
133#elif CONFIG_KEYPAD == MPIO_HD300_PAD
134# define LAMP_UP BUTTON_UP
135# define LAMP_DOWN BUTTON_DOWN
136
133#else 137#else
134# error Missing key definitions for this keypad 138# error Missing key definitions for this keypad
135#endif 139#endif