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 a938d7a..94f48ea 100644 --- a/apps/plugins/lamp.c +++ b/apps/plugins/lamp.c @@ -74,6 +74,10 @@ PLUGIN_HEADER #elif CONFIG_KEYPAD == COWOND2_PAD +#elif CONFIG_KEYPAD == IAUDIO67_PAD +# define LAMP_LEFT BUTTON_LEFT +# define LAMP_RIGHT BUTTON_RIGHT + #else # error Missing key definitions for this keypad #endif |