patricksurry
patricksurry
a simple idea to show rotation actions might be to add optional `cw, ccw` (aka `clockwise`, `counterclockwise`) tags to the keymap schema. perhaps only valid for `type=encoder`? when present the...
Art is not my strong suit: I was thinking of something simple. e.g. 30 deg arrow arc for each of cw and ccw if specified, along with the key text...
this PR now contains just the inline qmk_info; and fixes the lint issues
Re your KMK comment: yes it seems straightforward to add a KMK extension which dumps a yaml keymap-drawer config file using simple reflection. I'll let you know when I have...
hmm, i missed something with black?
is it easy to illustrate with a simple code example? i haven't played much with that, tho the API doc seems pretty clear you just need Open() and Close(). maybe...
I haven't played with that, but happy to look at a pull request if anyone else has.
I don't see those listed in the SDK docs (https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Simulation_Variables.htm), can you point me in the right direction?
Thanks for the feedback. You're right it'd be better if it configured a named logger (see https://stackoverflow.com/questions/35325042/python-logging-disable-logging-from-imported-modules) and used a less verbose default. I'll take a look at that. In...
that's strange; my guess would be somehow the class is being instantiated twice somehow. in your code above you have `test=Simdata()` before (and after) the `if __name__ ...` which probably...