greatscottgadgets / facedancer

Implement your own USB device in Python, supported by a hardware peripheral such as Cynthion or GreatFET
BSD 3-Clause "New" or "Revised" License
785 stars 119 forks source link

Get rubber-ducky example working with new descriptor features. #134

Closed antoinevg closed 3 days ago

antoinevg commented 4 days ago

This PR does a bunch of things:


closes #133

jalmeroth commented 4 days ago

I just deleted my other comment from before…

I realized that include_in_config: bool = True must be typed with bool to actually be considered. :see_no_evil: include_in_config = True is not enough.