[SOLVED]Leonardo Clone 32u4 based board it is not recognized in USB port

hiduino:
Your circuit is missing the USB level conversion needed for the D- and D+ lines. You need to add 3.6V zener diodes for any USB interfacing directly to Atmel AVR chips. The 5V pin levels of the 32U4 is over driving the USB data lines. All the schematic references for Leonardo and Micro use the zener diodes for level conversion.

See this reference:

Hi hiduino,

I will try adding zener diodes. What about the pull up resistor in the references?

When I did my schematic I mixed leonardo schematic and vinciDuino schematic (http://cdn.bitbucket.org/fmalpartida/vinciduino/downloads/vinciDuino%20RevC1.pdf). VinciDuino schematics doesn´t have the zener, thats why I didnt add them.

see you!