mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-08 14:06:11 +02:00
Adding a secondary HID interface that emulates a keyboard.
With it, an app can send a password directly to the host, like it is typed by user. Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
#define CFG_TUD_CDC 0
|
||||
#define CFG_TUD_MSC 0
|
||||
#ifdef USB_ITF_HID
|
||||
#define CFG_TUD_HID 1
|
||||
#define CFG_TUD_HID 2
|
||||
#else
|
||||
#define CFG_TUD_HID 0
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user