Micro-B USB port as a keyboard HID gadget

Yes, that looks like progress. A composite device is like multiple device on a single USB cable (one can have multiple hardware devices talk over USB, or even the same hardware using different software). You might want to see what the verbose listing is:
sudo lsusb -vvv -d 1d6b:0104

I couldn’t say what is needed to complete this, but RidgeRun commonly writes about or provides hardware for use with Jetsons, and I noticed they have this article:
https://developer.ridgerun.com/wiki/index.php?title=Linux_USB_gadget_(g_hid)

That article assumes you are using one of their custom boards, which is what the “RidgeRun SDK” is about, but mostly you could skip the customization parts related to their carrier boards and probably find some useful information in that article. Other than that, I’d say to see what the fully verbose lsusb says.