I'd like to put some avr pins on my ATTiny project to program it with my PocketAVR instead of setting up the arduino as ISP, which is annoying to do after a few times. Can I do this and still program it with the arduino IDE and the arduino tiny bootloader? I have done it successfully but only programming it with AVRdude, not the arduino IDE. I suppose the same question goes for the atmega328 and the regular arduino library for programming on a PCB.
Thanks.