u/Col_Crunch

Is it possible to mirror devices?

I recently got a Razer Basilisk V3 Pro 35K wireless mouse, and I absolutely hate Razer Synapse.

I decided to try OpenRGB, but for some reason if the mouse goes to sleep I have to re apply the profile, and when I reboot my machine the profile is completely reset even though I saved it.

So I decided to try SignalRGB, now the only issue I have found is that when I plug the mouse in to charge (unplugged the wireless dongle to plug the mouse in) the lights switch to the razer default. Is it possible to sync the two "devices" so that the wired and wireless connections always have the same settings?

Edit

Solved: Since all the SignalRGB settings are stored in the registry, I created a registry link between the colors keys for the respective devices. Its a little annoying to do, but simple enough... (you may want to use notepad to keep the 2 keys and edit them before you use them in the command)

  1. Take a backup of your registry just in case.
  2. Download regln from github
  3. Locate the source device in the registry (do it from HKEY_USERS and not HKEY_CURRENT_USER)
  4. Copy the source device key (the entire path starting with HKEY_USERS and ending with colors)
  5. Copy the target device key (the entire path starting with HKEY_USERS and ending with the device id, do not create the colors key for the target device)
  6. Before you paste the paths into the command change HKEY_USERS to HKU
  7. Run the regln command in the following order regln <target regpath> <source regpath>
reddit.com
u/Col_Crunch — 6 days ago