Quote Originally Posted by Squibcakes View Post
There are two lines that perhaps you have manually modified?? They are in the **** INPUT OUTPUT REPORT ***** sections, specifically:

Code:
    ; report count (number of fields)
    retlw	0x95
    retlw	0x08
That number is changed by easyHID according to the number in the Buffer (Input) field on the "Configuration Details" screen.

If you enter 64 for the input (or output), you get
retlw 0x95
retlw 0x40

But, Steve's program is only set up for 8.
<br>