kmk_firmware
kmk_firmware copied to clipboard
Peg module performance improvements
- Improve Peg OLED extension performance (remove flicker/flash when changing content based on current layer).
- Update Peg RGB extension to support RGB LED brightness change and add two keycodes to increase/decrease brightness.
@daysgobye First new PR to replace my previous PR which includes only updates to existing Peg OLED and RGB LED extensions.
Thanks @kdb424 !
By the way @daysgobye , is the Peg desktop client open source? I'm having quite a few performance issues with it and was wondering if there was a way to debug it. Mainly, it's just gripes about the app doing or not doing stuff and no feedback in the UI as to what it's up to behind the chrome and some situations where it freezes up without a clear indication as to what happened.
By the way @daysgobye , is the Peg desktop client open source? I'm having quite a few performance issues with it and was wondering if there was a way to debug it. Mainly, it's just gripes about the app doing or not doing stuff and no feedback in the UI as to what it's up to behind the chrome and some situations where it freezes up without a clear indication as to what happened.
It's closed source, but maintains a github for keyboard support and issue tracking.
Linting is broken. Please run make test before committing to prevent these issues. make fix-formatting fix-isort should solve most of the issues in general for this reason.
Once the linter is happy, I'd love to see this merged.
Can we get a linting fix on this so I can merge? If not, I'll take over.
Sorry for arriving late but I see you took care of it, thanks!