-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Home & Screenshot buttons in USB Gamepad #983
Comments
This was done to limit the buttons at the standard number like all gamepads and also save 1 byte on the hid report. If there's popular demand, it can be changed. But only then, since I will have to re-read the usb hid spec and change the usb hid report descriptors. |
At least with Steam, those two buttons did not automatically map, so I can't natively bring up the menu. Any chance to have it as an optional feature? |
You can't map them in host because they are not even reported, because of the reasons I said. |
Oh I understand, I was replying to the dinput comment
…On Tue, Jun 18, 2024, 11:20 CTCaer ***@***.***> wrote:
You can't map them in host because they are not even reported, because of
the reasons I said.
—
Reply to this email directly, view it on GitHub
<#983 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKJ7E4KSPKGQOUEKVD2FYDZIBM5PAVCNFSM6AAAAABJOUT56SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZWGQ4TQNJWGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The dinput comment means that normally software maps all these 8 buttons automatically. |
Ah, gotcha. I'll check a few Discord servers to see if anyone is using the feature and is interested in this. Thank you for the great work! |
I see that you have the Home and Screenshot buttons disabled for USB Gamepad mode. Is there any reason as to why it can't be enabled?
hekate/bdk/usb/usb_gadget_hid.c
Lines 290 to 291 in c321d35
The text was updated successfully, but these errors were encountered: