aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/vusb/usbconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/vusb/usbconfig.h')
-rw-r--r--tmk_core/protocol/vusb/usbconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/vusb/usbconfig.h b/tmk_core/protocol/vusb/usbconfig.h
index f3cfd84ab..f15616351 100644
--- a/tmk_core/protocol/vusb/usbconfig.h
+++ b/tmk_core/protocol/vusb/usbconfig.h
@@ -123,7 +123,7 @@ section at the end of this file).
123 * data from a static buffer, set it to 0 and return the data from 123 * data from a static buffer, set it to 0 and return the data from
124 * usbFunctionSetup(). This saves a couple of bytes. 124 * usbFunctionSetup(). This saves a couple of bytes.
125 */ 125 */
126#define USB_CFG_IMPLEMENT_FN_WRITEOUT 0 126#define USB_CFG_IMPLEMENT_FN_WRITEOUT 1
127/* Define this to 1 if you want to use interrupt-out (or bulk out) endpoints. 127/* Define this to 1 if you want to use interrupt-out (or bulk out) endpoints.
128 * You must implement the function usbFunctionWriteOut() which receives all 128 * You must implement the function usbFunctionWriteOut() which receives all
129 * interrupt/bulk data sent to any endpoint other than 0. The endpoint number 129 * interrupt/bulk data sent to any endpoint other than 0. The endpoint number