Results 225 comments of Jacek Fedoryński

It's because HID Remapper doesn't know how to output "array" usages (its default descriptors don't have them). But you don't have to replicate the report descriptor exactly, the descriptor just...

Ah, there's a bug when the descriptor length is above 255 bytes, which we're just hitting when adding this. The fix would look something like this: ``` diff --git a/firmware/src/tinyusb_stuff.cc...

Yes, this is because Switch only allows mapping on the Pro Controller and we're emulating some weird Pokken thing.

> Can we emulate a Pro Controller? I'm sure it's possible.