diff options
Diffstat (limited to 'keyboards/whitefox')
-rw-r--r-- | keyboards/whitefox/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/whitefox/halconf.h b/keyboards/whitefox/halconf.h index b38031529..f48413c6d 100644 --- a/keyboards/whitefox/halconf.h +++ b/keyboards/whitefox/halconf.h @@ -313,7 +313,7 @@ * buffers. */ #if !defined(SERIAL_USB_BUFFERS_SIZE) || defined(__DOXYGEN__) -#define SERIAL_USB_BUFFERS_SIZE 256 +#define SERIAL_USB_BUFFERS_SIZE 1 #endif /*===========================================================================*/ |