xs5871

Results 118 comments of xs5871

There's some lint to be picked. You can most likely fix it automatically with `make fix-isort fix-formatting`.

You can click on 'Details' here on github, or run `make tests` to get: ``` 24 ./boards/Pico87/kb.py:43:1: W293 blank line contains whitespace 25 ./boards/Pico87/kb.py:43:1: BLK100 Black would make changes. 26...

Update: we have basic support for combos, but there's still some way to go to get the full flexibility of QMK combos. still missing (terminology from the QMK docs): -...

> I'm also aware that at least @xs5871 got some display stuff with WPM implemented, so I'm curious his implementation. Sorry for the confusion. No display, but I've got a...

@Tonasz > > wonder why there's a discrepancy between the attribute access mentioned in the documentation and what the builtin allows. > > What do you mean by that? If...

I think we're on the same page about the module/extension API, and the importance of keeping modules and extensions agnostic of one another; sorry that I gave an impression to...

> @xs5871 You brought up `AttrDict` above - I actually wonder if there's sanity in an `AttrDict` that preserves insertion order (I think MicroPython dictionaries already do, but it's worth...

I'm not familiar with the is31fl3733. It seems to be only used as a pixel buffer implementation, despite there being a lot more to the interface. I don't think that...

Ok. We usually don't include third-party libraries in our repository, but encourage links in the documentation and interfaces that may freely utilize third-party code. I believe you can drop both...

Could be done with combos. We're missing some knobs for combos anyway and I'm currently working on making this possible as a side effect.