Simple IR Control of ATTiny84-- possible?

Hello all, apologies if this is posted somewhere simple and obvious (I couldn't find anything), but has anyone solved the issue yet of getting a basic IR library to run on an ATTiny84? I've seen several threads saying it would be difficult/complex because of the timer and interrupt differences on the Tiny vs. ATMEGA, but I didn't see anyone with it running successfully.

I don't need to do anything fancy, just one-way infrared comms from a basic remote to the Tiny to control ports.

If anyone has any pointers, libraries, or advice, it would be much appreciated.

Thank you!

--Rob

here someone got it to work on a 85: GitHub - TKJElectronics/ATtinyRemote: Universal remote based on an ATtiny85 TKJ Electronics ยป ATtinyRemote

basically, from what ive read, is that you need to change all of the timers from 2 to 0, see: IR Code on Attiny gives error - Programming Questions - Arduino Forum