Get rid of ATTINY Timer1 complementary output?

Alex Yuan, Mon Mar 27 2017, 09:26PM

I'm using timer 1 on the ATTINY85 in fast PWM mode outputting on PB1, and by default I think it puts out the complement, ~OC1A, on PB0. I want to use PB0 for another DIO, so how do I get rid of the complementary output? I've been searching through the datasheet and tried the dead time generator with no success.