regicidal.plutophage
regicidal.plutophage
I have a suspicion that the slowness can be sidestepped somehow. Likely a tough issue, but keypad library is interrupt driven, so it shouldn't be impossible. There's already ```ticks_ms``` attached...
KMK is built around Adafruit HID library and this library assigns names to scancodes based on how they function in US ANSI keyboard. In short, KMK calls a certain scancode...
Solved this by downgrading to gerbonara 0.11.1 and installing all the binaries. Latter was probably required because of whacky initial installation caused by me tring different versions of python with...
Sadly this project seems to be abandoned. What made it work for me was downgrading gerbonara to 0.11.1
I lied. There are some recent commits on gitlab.
Well, ideally errors shouldn't happen, I'd argue if they are that's barely a normal use
What I'm the most afraid of is it "masking" some issue created in userspace by a user. And even as a developer it would be helpful if it can be...
Yeah, that would be perfect
I like `retap-cancel`. Cancelling all sticky keys via a sticky key just doesn't feel right. Maybe a special key? I could see an argument for refreshing the timeout of remaining...
Oh, that reminds me: I haven't tested retap cancel with defer release(I just did now, it works completely as expected) Do you want to add test case for that as...