X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol%2Fps2_usart.c;h=9ea6b77868b66292a7105da4e0303708a08c7074;hb=ce950736a2206c8ae6d471ee691b9b2559878d40;hp=7d591c650678bdc6f9b6376e73038385d01b8c3b;hpb=62d1ebb91c7b381ce3d88aad9ee0b03bea9fce26;p=max%2Ftmk_keyboard.git diff --git a/protocol/ps2_usart.c b/protocol/ps2_usart.c index 7d591c65..9ea6b778 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;