Add "Device docked/undocked" as condition for "If clause"

CorruptionVR

New member
I am trying to make a macro that when I connect my phone to my razer kishi v1, it locks my phone into landscape mode and enters "Full immerse" mode, and when I disconnect it, it will undo the previous actions and return to normal, but I can't do this because the device state "docked/undocked" is not included in the "Conditions" list. To achieve this, I am currently using two macros, one to apply the settings, and one to remove the settings, but I want to optimize this into one macro with this structure

If device docked( any dock), then force landscape, full immersive, else, if device undocked, then unlock rotation, immersive mode off.
 
Top