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)
- Take a backup of your registry just in case.
- Download regln from github
- Locate the source device in the registry (do it from
HKEY_USERSand notHKEY_CURRENT_USER) - Copy the source device key (the entire path starting with
HKEY_USERSand ending withcolors) - Copy the target device key (the entire path starting with
HKEY_USERSand ending with the device id, do not create thecolorskey for the target device) - Before you paste the paths into the command change
HKEY_USERStoHKU - Run the regln command in the following order
regln <target regpath> <source regpath>