Proper way to load .mix files

All of the documentation that outlines the method of loading a custom .mix file links to a dev article that no longer exists.

How does one load a .mix file? Is it possible using Qgroundcontrol?

The mixer file is set in the vehicle configuration file, e.g. see
https://github.com/PX4/Firmware/blob/master/ROMFS/px4fmu_common/init.d/3031_phantom#L47

The actual function call where the mixer is loaded happens here during startup procedure

Regards,
Roman

Thanks for your reply!

So if I am understanding you correctly getting the software to load a mixer is as simple as setting line 47 to reference the correct mixer file of choice? Is that simply by file name then?

Yes, that is correct!