Using an interrupt for my IR receiver

The snag with this is that reception of serial data is also disrupted by sending data to the WS2812 LEDs.

If you are using two processors you will have to communicate through SPI. I used an ATtiny to actually send the data to the LEDs and communicated the data using a bit banged SPI protocol. This worked because the SPI protocol is not disturbed by interrupting it to handle interrupts.