I am trying to change the wires i2c pins to 11,12 (SDA, SCL). I built my own PCB but do not have the i2c lines in the same location. I used adafruits feather52 bootloader.
I found online that changing the variant.h file changes the i2c lines, but I don't have that file on my computer (PC), although my mac does.
I have tried the Wire.begin(SDA, SCL) though that's for the esps
I also tried to edit the wire.h files in both the default wire under C/programs/Arduino and the one under user/AppData/Arduino/adafruit though I haven't found where the pins are set.