summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/vusb/usbconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* Update vusb to match 3rd endpoint. (#9020)yiancar2020-08-291-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | * Update vusb to match 3rd endpoint. - With the addition of https://github.com/qmk/v-usb/pull/1 a 3rd endpoint (endpoint4) becomes available. - We can assign mouse/extrakeys to that endpoint as its a desirable feature and leave rawhid and console to compete for the 2nd endpoint. NOTE: The version of vusb.c in future branch is older than master. Just remember that it will need a #error if both raw_hid and console are enabled at the same time. * Final Fixes * Update tmk_core/protocol/vusb/vusb.c * Update tmk_core/protocol/vusb/vusb.c * Update tmk_core/protocol/vusb/usbconfig.h * Update tmk_core/protocol/vusb/usbconfig.h * Update tmk_core/protocol/vusb/usbconfig.h * Update tmk_core/protocol/vusb/usbconfig.h * Updated vusb submodule to latest commit
* Allow some usbconfig.h overrides at the keyboard level (#8647)Joel Challis2020-04-291-0/+16
|
* V-USB: Remove some stuff from usbconfig.h that should not be configurable ↵Ryan2020-04-051-22/+0
| | | | | | | | | | | (#8656) * V-USB: Remove some stuff from usbconfig.h that should not be configurable * Clean up some ifdefs * And some more * Even more
* Updated V-USB template to allow usbFunctionWriteOut (#8634)yiancar2020-04-011-1/+1
|
* V-USB: Consolidate usbconfig.h's into a single file (#8584)Ryan2020-03-311-0/+352