From 9362382ac0cb3fb0f0d4c8ebbcdcf769fbba670a Mon Sep 17 00:00:00 2001 From: yiancar Date: Wed, 1 Apr 2020 17:11:24 +0100 Subject: Updated V-USB template to allow usbFunctionWriteOut (#8634) --- quantum/template/ps2avrgb/usbconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/template') diff --git a/quantum/template/ps2avrgb/usbconfig.h b/quantum/template/ps2avrgb/usbconfig.h index 6e910a7038..dd51c34df1 100644 --- a/quantum/template/ps2avrgb/usbconfig.h +++ b/quantum/template/ps2avrgb/usbconfig.h @@ -113,7 +113,7 @@ section at the end of this file). * data from a static buffer, set it to 0 and return the data from * usbFunctionSetup(). This saves a couple of bytes. */ -#define USB_CFG_IMPLEMENT_FN_WRITEOUT 0 +#define USB_CFG_IMPLEMENT_FN_WRITEOUT 1 /* Define this to 1 if you want to use interrupt-out (or bulk out) endpoints. * You must implement the function usbFunctionWriteOut() which receives all * interrupt/bulk data sent to any endpoint other than 0. The endpoint number -- cgit v1.2.3