Thanks... Unclear on why I did not see that when I looks for something like that...
Made these changes... added issue 707 to development branch
from:
#define MY_SERIALDEVICE SerialUSB
to:
#ifndef MY_SERIALDEVICE
#define MY_SERIALDEVICE SerialUSB
#endif