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 41cf33f..3400107 100644 --- a/apps/plugins/lamp.c +++ b/apps/plugins/lamp.c @@ -130,6 +130,10 @@ # define LAMP_UP BUTTON_REW # define LAMP_DOWN BUTTON_FF +#elif CONFIG_KEYPAD == MPIO_HD300_PAD +# define LAMP_UP BUTTON_UP +# define LAMP_DOWN BUTTON_DOWN + #else # error Missing key definitions for this keypad #endif |