Increase keyboard scanning delay to eliminate darp7 scanning issues
This commit is contained in:
parent
3a9665a753
commit
18ec0eb694
@ -105,7 +105,7 @@ static uint8_t kbscan_get_row(int i) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// TODO: figure out optimal delay
|
// TODO: figure out optimal delay
|
||||||
delay_ticks(10);
|
delay_ticks(20);
|
||||||
|
|
||||||
return ~KSI;
|
return ~KSI;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user