Kayla Atropos
Kayla Atropos
Still broken. May take a look into this myself.
I'll let any maintainer disagree for a day or two, but otherwise I'll just merge next time I am on a merge spree if no one has complaints. Looks good...
If you think you have a proposed solution, please open up a pull request with `resolves #535` in the title and we'll take a look at that.
```python from kmk.extensions import Extension from kmk.kmktime import ticks_diff, ticks_ms class WPM(Extension): def __init__(self, debug=False): self.enable = True self.history = [0] self.timeout = 1000 self.checkpoint = ticks_ms() self.debug = debug...
I can work on the wired side, but I don't even own controllers for the bluetooth side anymore. We'll have to backport a few changes as well.
I've converted this to a draft for now. Not disinterested, but will take it once there is a link to buy or a repo with PCB's that can be ordered...
Just wanting to check in to see if this exists in the wild yet, or if it's still just a dev board @leon-anavi
No worries! Just wanted to make sure it's here and ready for you when it does exist. Just push a commit with a link to buy/make and let us know...
Modules and extension, for the most part, try their best to be self contained for safe code, and constraints on failure modes. They were designed with that rule in mind,...
I'm not going to say it's not possible, but I spent quite a lot of time ripping things apart, and trying to not intertwine them again for ease of debugging,...