-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quantum Painter QoL enhancements -- auto-poweroff, auto-flush, buffer sizing #20013
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working well with my basic QP + LVGL setup. A bit of a nitpick but shouldn't the timer
to sync_timer
changes ideally be a different PR?
Correct, seems I pushed a commit from the split branch. Will rollback. |
6a13ca1
to
e90de8c
Compare
e90de8c
to
f1f34fc
Compare
Description
As per the title.
Split keyboard display auto-turnoff is not currently supported as it relies on the last input activity timestamps to be sync'ed. Separate PR will follow.
Types of Changes
Checklist