That's not the "Whole" code that easyHID created.

You've deleted some things that are very important.

If you just want to see it enumerate, change the main loop to this...
Code:
ProgramStart: 
   USBService           ' keep connection alive
goto ProgramStart
But that will neither send or receive any data.
This also assumes you've setup your Configs properly.