diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c index 60f0d4900d..626f03da34 100644 --- a/firmware/drivers/button.c +++ b/firmware/drivers/button.c @@ -480,7 +480,10 @@ static int button_read(void) else if (adc_read(6) < 0x300) btn |= BUTTON_MENU; - + data = P7; + if (data & 0x01) + btn |= BUTTON_ON; + #endif /* CONFIG_KEYPAD */