-
I am looking to try to implement a HID keyboard that could work in a computer BIOS. There appears to be some support coming for HID Device Boot Protocol but not implemented yet(?). What would be the high level steps to make a HID Keyboard device that could work in a PC BIOS? My guess would be: -> Try to set the protocol to BOOT PROTOCOL in the code (but where?) Much appreciated for any help getting on the right direction to try this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
you need to use the boot protocol in hid descriptor, may need an extra/dedicated interface for it (though I don't think it is necessary). For reading info is discussed here adafruit/circuitpython#1136 . I also plan to add/update hid example with boot protocol, it is not difficult at all but haven't got time to do so. Pay attention to future PRs for it. |
Beta Was this translation helpful? Give feedback.
-
I just add an PR #1025 to add boot interface example, however I don't have the legacy bios PC to test with. Would you mind trying it out / |
Beta Was this translation helpful? Give feedback.
I just add an PR #1025 to add boot interface example, however I don't have the legacy bios PC to test with. Would you mind trying it out /