key-ripper icon indicating copy to clipboard operation
key-ripper copied to clipboard

Delay a bit more in the key matrix scanning logic

Open bschwind opened this issue 3 months ago • 0 comments

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.

bschwind avatar Dec 17 '25 14:12 bschwind