Dean Scarff
Dean Scarff
As a data point, the QMK folks use symmetric eager debouncing for many keyboards. e.g. ZSA's Ergodox EZ build uses eager-per-row (really per physical column), which I've been using without...
Good to know you've already been experimenting with other debouncing algorithms. Regarding pluggable debouncing, it seems to make more sense for me to wait for #878 to go through (which...
Thanks for the report. There is a weird thing with the CoreGraphics APIs I'm using where the current mode isn't advertised by `CGDisplayCopyAllDisplayModes`, but it is returned by `CGDisplayCopyDisplayMode`. Does...