diff options
Diffstat (limited to 'apps/plugins/lamp.c')
-rw-r--r-- | apps/plugins/lamp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/lamp.c b/apps/plugins/lamp.c index a938d7a7f2..94f48eae30 100644 --- a/apps/plugins/lamp.c +++ b/apps/plugins/lamp.c | |||
@@ -74,6 +74,10 @@ PLUGIN_HEADER | |||
74 | 74 | ||
75 | #elif CONFIG_KEYPAD == COWOND2_PAD | 75 | #elif CONFIG_KEYPAD == COWOND2_PAD |
76 | 76 | ||
77 | #elif CONFIG_KEYPAD == IAUDIO67_PAD | ||
78 | # define LAMP_LEFT BUTTON_LEFT | ||
79 | # define LAMP_RIGHT BUTTON_RIGHT | ||
80 | |||
77 | #else | 81 | #else |
78 | # error Missing key definitions for this keypad | 82 | # error Missing key definitions for this keypad |
79 | #endif | 83 | #endif |