From 58178a7c40664e4c95b2d5f78aa10b55afa4d850 Mon Sep 17 00:00:00 2001 From: krikun98 Date: Sun, 2 May 2021 16:47:30 +0300 Subject: [PATCH] Raised BLE mouse report queue size --- app/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Kconfig b/app/Kconfig index 4b15c08a..19d6afd8 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -126,7 +126,7 @@ config ZMK_BLE_CONSUMER_REPORT_QUEUE_SIZE config ZMK_BLE_MOUSE_REPORT_QUEUE_SIZE int "Max number of mouse HID reports to queue for sending over BLE" - default 5 + default 20 config ZMK_BLE_CLEAR_BONDS_ON_START bool "Configuration that clears all bond information from the keyboard on startup."