key-ripper
key-ripper copied to clipboard
Delay a bit more in the key matrix scanning logic
1µs was apparently too fast. Column N was still high when we were reading the first row with column N+1.
Curiously, this only became an issue after rustc 1.91, so I suppose some optimizations made the code overall faster, which made the issue surface.