X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=protocol%2Fps2_usart.c;h=9ea6b77868b66292a7105da4e0303708a08c7074;hb=7343366d3d962ae1fa8cd3b280f7702396337dbf;hp=7d591c650678bdc6f9b6376e73038385d01b8c3b;hpb=95001dd6e43645ba7b6d586c6af8d5c421a569fb;p=tmk_firmware.git diff --git a/protocol/ps2_usart.c b/protocol/ps2_usart.c index 7d591c6..9ea6b77 100644 --- a/protocol/ps2_usart.c +++ b/protocol/ps2_usart.c @@ -287,7 +287,7 @@ static inline void inhibit(void) /*-------------------------------------------------------------------- * Ring buffer to store scan codes from keyboard *------------------------------------------------------------------*/ -#define PBUF_SIZE 8 +#define PBUF_SIZE 32 static uint8_t pbuf[PBUF_SIZE]; static uint8_t pbuf_head = 0; static uint8_t pbuf_tail = 0;