There is some code. The keyboard is ok, but the usb out freezes the pic.
Also windows don’t recognize the board as keyboard. I try to use
#define use_usb_bus_sense_io
from kbddesc1.asm, but I got undefined variable error in USB18 here:
957: # ifdef use_usb_bus_sense_io
958 btfss usb_bus_sense
959 bra somewhere
What to do?
Bookmarks