X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol%2Fps2.c;h=ed45609104f5be60fc7ae61f91b3cc57ef1df4f3;hb=3be39e436d1541cc5aec3b7f31de900294567e4e;hp=cf7b1f43ce42076e9b6eb876b844180afb427cc3;hpb=1ac674db66e47e69b87c4c78566932ab73225836;p=max%2Ftmk_keyboard.git diff --git a/protocol/ps2.c b/protocol/ps2.c index cf7b1f43..ed456091 100644 --- a/protocol/ps2.c +++ b/protocol/ps2.c @@ -181,7 +181,7 @@ uint8_t ps2_host_recv(void) } #else /* ring buffer to store ps/2 key data */ -#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;