Results 127 comments of Adam Gausmann

Thanks for the prompt response! That makes sense, after studying the register interface for a little bit. I've opened a PR to add these details to the documentation for the...

Update on where I'm at: I spent a couple days trying to move the `show` command, but it is challenging because it is different from the other commands: - It...

Sorry this has stalled for so long. I think I'm going to take another stab at this, and re-do it from the latest `main`.

> Maybe these should be separate commands then? Yes, in general I think there should be a more clear distinction between "admin" commands and "user" commands. Maybe literally `innernet admin...

My primary research was in the HID class specs (http://www.usb.org/developers/hidpage/HID1_11.pdf) however I have very little experience in this topic. From what I see in Appendix B and D (example descriptors),...

Okay, I'll do a bit of research and testing to see what needs to be done. If it's possible, I will try to add the feature.

Would it be correct to branch off `dev_2_4`? Currently, that branch fails to compile (missing HID.h)

It's missing HID.h which is included by most of the files. I can't compile (and thus test my code) without it.

Yep, I forgot to update to 1.6.6... Nice catch, I'll update the core when I upgrade

Sorry I can't be of much help, I haven't touched this in literally 8 years