bpivk
bpivk
I have the same problem. Details: Satisfy any enabled Authorization: Username/password set Access: Left default so ony deny all is filled at the bottom. Changing all the settings hasn't changed...
Use this: ``` #include #include "TLx493D_inc.hpp" #include #include //--------------------------------------------------------------------+ // MSC RAM Disk Config //--------------------------------------------------------------------+ Adafruit_USBD_MSC usb_msc; enum { RID_KEYBOARD = 1, RID_MOUSE, }; uint8_t const desc_hid_report[] = { TUD_HID_REPORT_DESC_KEYBOARD(HID_REPORT_ID(RID_KEYBOARD)),...