We have developed a custom pcb, based on the Teensy 4.0 schematic, but we brought out 2 additional lines (I2C) from the processor that we intended to use with "Wire3", but the Wire library does not seem to support "Wire3" on Teensy 4.0. The additional lines we brought out are Port LPI2C2_SDA and LPI2C2_SCL. I did some digging on the this forum and found the modifications needed to the file "WireKenitis.h" to enable access to Wire3 on Teensy 3.X and below, but I can't seem to find anything related to Teensy 4.0. Any idea which files to modify and how to modify them to allow me to utilize "Wire3" for communications to sensors on this line?