-
Notifications
You must be signed in to change notification settings - Fork 254
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
DeathAdder Chroma recognized, but wont light up #550
Comments
Can you provide a screenshot of the window where you change the polling rate and dpi? I opened a PR to fix it, so if we can troubleshoot quickly, the fix can be in the next release. |
I'm happy it's fully populated. I found the problem though. Whoever added support originally, missed adding it to razermouse_driver.c on the backend. Because the frontend was correct, razermouse_driver.h, & razerdevice.c had it, you could see everything while nothing worked. Before I do this, what's the max polling rate according to Razer? I need to verify as if it's less than 1000Hz, I'll have to manually code that in razermouse_driver.c as well. Razer-macos assumes the maximum the mouse can do is 1000Hz. |
From what I've gathered, the max polling rate should be 1000Hz. Thank you for looking into this! |
I've been looking into this. Apparently, there's a lot of old mice with the same issue. I'm not sure how it happened and I'm surprised this wasn't noticed before. I'll work on this more later as the old Razer mice often have quirks with them (like no red for example), so I have to look what openrazer did. |
What version of razer-macos did you have this bug on? If it was v0.4.8, #552 will fix it and I suggest trying an earlier version. If you had this bug on multiple versions or a version earlier than v0.4.8, this may still fix it. Regardless, this PR fixes at least 1 bug with the DeathAdder Chroma. |
I'm on v0.4.8, I can try an older version...but also interested in applying the fix mentioned in #552, but I'm not sure on how to apply it. |
unfortunatelly, it's not working for v0.4.8 and v0.4.7 too :( |
Is there any way that you could link a tutorial for applying #552 by myself, or test build for apple silicon? I can test it on both M1 and intel processor, if that will help the case to move forward (I have both mac mini m1 and macbook pro 2017) |
You could, but it's unnecessary as I got #558 partially resolved... I'm able to build arm64 & x64 apps now. I still can't notarize or build the universal app. Do you want the arm64 (M1) or x64 (Intel mac) build? |
I'm using that mainly on M1 so M1 version would be the best. |
With a little help I was able to build version on M1 with #552 but it seems that it's not resolving a problem. I also checked mouse on synapse 2 on windows and lightning is working, so it's not a hardware issue. Any other ideas why it's not working? |
Good job for figuring out how to do that on your own. I thought I was able to package x64 and arm64 builds, but when I went to open them, the program was bricked. To answer your question: does the mouse have multiple profiles? If so, make sure it's set to the white one. Did you try pressing |
BlackWidow Chroma is working fine, but my DeathAdder mouse isn't lighting up. Using Big Sur 11.2.3 on a Haswell.
The text was updated successfully, but these errors were encountered: