Skip to content
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

Extend DeathAdder 2000 support #1718

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

atasro2
Copy link

@atasro2 atasro2 commented Dec 28, 2021

This pull request adds support for the DeathAdder 2000 from the Cynosa Pro Bundle in addition to extending support for the existing DeathAdder 2000.

  1. Added LED controls to both mice (red channel is ignored)
  2. Added controls for LED pulsate effect (seems to takes at most 5 colors and cycles through them. also used in the Cynosa Pro keyboard)
  3. Fixed DeathAdder 2000 driver files not getting removed after disconnect

Fixes part of #495

@z3ntu
Copy link
Member

z3ntu commented Jan 15, 2022

You don't seem to use e.g. logo_led_pulsate_effect_colors in the daemon, is that on purpose?

Also the class 0x03 command 0x0E (razer_chroma_misc_set_led_pulsate_effect_colors) is actually to set the "LED color table definition" so you can rename the functions to that. Can be used to make custom multi-color pulsate effects for example (off -> green -> off -> cyan -> off -> blue) as you've already determined.

@atasro2
Copy link
Author

atasro2 commented Jan 20, 2022

I'll rename mentions of led_pulsate_effect_colors to reflect its purpose better but the reason i didn't use logo_led_pulsate_effect_colors in the daemon is because my knowledge of python is severely lacking and i wouldn't know how to properly do it

@PseudoDistant
Copy link

Is this still being worked on?

@z3ntu
Copy link
Member

z3ntu commented Feb 19, 2022

@atasro2 What's the status here?

@atasro2
Copy link
Author

atasro2 commented Feb 24, 2022

@z3ntu I think i'm done with it seeing as the only missing things are support in the daemon which i can't do

@z3ntu
Copy link
Member

z3ntu commented Apr 7, 2022

@atasro2 Please share how you tested the logo_led_color_table and scroll_led_color_table functionality.

Also are you sure this functionality is also available on the original DeathAdder 2000 as you have added the new methods to that device as well?

@github-actions github-actions bot added the Stale label Aug 9, 2022
@github-actions github-actions bot closed this Aug 16, 2022
@z3ntu z3ntu reopened this Aug 16, 2022
@z3ntu z3ntu removed the Stale label Aug 16, 2022
@z3ntu
Copy link
Member

z3ntu commented Apr 27, 2023

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants