Velleman K8056 8-channel relaycard library

The Leonardo and Micro have two serial ports, "Serial" and "Serial1". Could you add that ?

I added the old Mega1280 to the list it is similar to the 2560.

If I understand correctly, the Leonardo and the Micro have 2 serial ports:

Note that on the Micro, the Serial class refers to USB (CDC) communication; for TTL serial on pins 0 and 1, use the Serial1 class.

So actually for my purpose there is only one correct way: Serial1. The other Serial is only accessible thru USB??
COuld anyone enlighten me on the syntax to conditional compile for those 2 boards?
I guess I could do:
#ELIF defined(__AVR_xxxxx__)

Added support for Leonardo and Micro.