its a breadboard with arduino UNO R3 compatible PCB built in but also has and extra ATmega32U2 built in, but does not seem to have much information on it as to how to use the 32U2 from the arduino IDE, can anyone offer any help as to how to use the extra pins?
The 32u2 replaces the 16u2 normally present on the Uno as usb/serial converter. Except it has more memory and its pins are exposed, potentially making it more useful for native usb things.
I don’t believe that it’s supported by the arduino ide, though. Sparkfun’s references to LUFA support that; LUFA is not an Arduino library.