mirror of
https://xff.cz/git/pinephone-keyboard
synced 2025-03-11 06:50:13 -04:00
Revert "firmware: Make interrupt signal shorter (10us)"
The longer duration is actually required, likely due to debouncing applied on the SoC side. Even 50us was unreliable. This reverts commit 3b723583e776d0e76a5feb5a72de32f8d15ef3fe.
This commit is contained in:
parent
ee438569e3
commit
3107546c04
@ -2082,7 +2082,7 @@ void main(void)
|
||||
|
||||
// signal interrupt
|
||||
ext_int_assert();
|
||||
delay_us(10);
|
||||
delay_us(100);
|
||||
ext_int_deassert();
|
||||
#if CONFIG_USB_STACK
|
||||
usb_key_change = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user