-
Notifications
You must be signed in to change notification settings - Fork 50
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
Orochi V2 Support #29
Conversation
Seems the PR from the front didn't make the update to the DeathAdder Essential 2021, so that's included in this.
For `is_charging` & `get_battery`, the Basilisk Ultimate had the wrong transaction id.
Adds support for both bluetooth and receiver connections Accompanying PR: 1kc/librazermacos#29 Due 1kc#558, I'm currently unable to provide a test build; however, anyone who wishes to test can build it.
How would bluetooth work, considering this is an USB driver? Just curious! I've merged the other PR, I think you need to rebase this one now. |
Adds support for both Bluetooth and Receiver connections DPI Stage support was excluded as librazermacos does not yet support the feature. I'm working on it though :)
30de065
to
6cdb3c5
Compare
openrazer has it working. I'm having it tested at issue 1kc/razer-macos#532. I might need to add read support for device idle time and low battery threshold. In terms of the backend, those are simply more parody improvements. The frontend will be a bit more work to integrate it into the UI. I'm also working on adding support for DPI Stages now that openrazer has added that functionality.
I rebased it. All of the conflicts are resolved and there are no more duplicate changes. |
Adds support for both Bluetooth and Receiver connections
Note that this PR is dependent on #28; hence, the many commits and changes... merging that PR before this one will reduce the changes to 0 deletions, 3 files changed, and 14 additions.
DPI Stage support was excluded as librazermacos does not yet support the feature. I'm working on it though :)