Initial commit for Razer Kraken Kitty V2 Black Edition

This commit is contained in:
Cyril Bosselut
2024-02-01 17:35:54 +00:00
committed by Adam Honse
parent 5f538260a2
commit c623e0416e
4 changed files with 57 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ RazerKrakenController::RazerKrakenController(hid_device* dev_handle, const char*
switch(dev_pid)
{
case RAZER_KRAKEN_V2_PID:
case RAZER_KRAKEN_KITTY_BLACK_EDITION_V2_PID:
case RAZER_KRAKEN_ULTIMATE_PID:
led_mode_address = 0x172D;
custom_address = 0x1189;
@@ -307,6 +308,7 @@ void RazerKrakenController::razer_set_mode_custom(unsigned char red, unsigned ch
{
case RAZER_KRAKEN_PID:
case RAZER_KRAKEN_V2_PID:
case RAZER_KRAKEN_KITTY_BLACK_EDITION_V2_PID:
case RAZER_KRAKEN_ULTIMATE_PID:
razer_usb_send(&rgb_report);
break;
@@ -365,6 +367,7 @@ void RazerKrakenController::razer_set_mode_static(unsigned char red, unsigned ch
{
case RAZER_KRAKEN_PID:
case RAZER_KRAKEN_V2_PID:
case RAZER_KRAKEN_KITTY_BLACK_EDITION_V2_PID:
case RAZER_KRAKEN_ULTIMATE_PID:
razer_usb_send(&rgb_report);
break;