Select Git revision
Forked from
flow3r / flow3r firmware
Source project has a limited visibility.
-
dos authored
.down property was returning True only if the pressable was in DOWN state. This leads to glitches, as because of key repeat it also goes through REPEATED state while the pressable is being held, going against the documented behavior. Fix this by considering both DOWN and REPEATED states when evaluating the property.
dos authored.down property was returning True only if the pressable was in DOWN state. This leads to glitches, as because of key repeat it also goes through REPEATED state while the pressable is being held, going against the documented behavior. Fix this by considering both DOWN and REPEATED states when evaluating the property.