Add support for shared EP on V-USB boards (#11103)

This commit is contained in:
Ryan 2021-01-11 19:46:30 +11:00 committed by GitHub
parent 407e5be34d
commit aa0e33eca0
Failed to generate hash of commit
3 changed files with 104 additions and 46 deletions

View file

@ -123,12 +123,6 @@ enum desktop_usages {
#define KEYBOARD_REPORT_KEYS 6
/* VUSB hardcodes keyboard and mouse+extrakey only */
#if defined(PROTOCOL_VUSB)
# undef KEYBOARD_SHARED_EP
# undef MOUSE_SHARED_EP
#endif
#ifdef __cplusplus
extern "C" {
#endif