-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fix NewPairings flag and add GetNewPairings paging. #822
Conversation
I am implementing the feature. I paired my UHK80 to my notebook via bluetooth . Everything worked as described in the #980 (comment). Why I implemented the feature I saved the user config because I modified the brightness of the backlighting. Also paired and un-paired the dongle because I tested something in the process. How could I "reset" the keyboard state to report new BLE address(es) again? |
b882b92
to
56ba94d
Compare
@ert78gb I have a fixed a bug that made bond-clearing on reboot not work. Sorry for also rebasing this branch while doing so. A few notes:
|
I wanted to ask. I support to keep branches up to date. I am fine with merge and rebase too. |
(I am fan of keeping stuff up to date, but I normally favor merges over rebases unless there is a good reason to rebase.) |
@ert78gb I rely on you regarding when to merge this. Please let me know when you figure it out. |
I am working on it tomorrow. |
8e7d5f9
to
e7bf227
Compare
This diverge has gotten too far out of hand -> merging. (Reason: regressions and conflicts regarding hardware config load order.) |
Contains fixes for #980
Waiting for @ert78gb to test and implement Agent side.
Migrated from UltimateHackingKeyboard/firmware80#369