forked from mirrors/qmk_userspace
Add support for shared EP on V-USB boards (#11103)
This commit is contained in:
parent
407e5be34d
commit
aa0e33eca0
3 changed files with 104 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue