diff --git a/app/Kconfig b/app/Kconfig index 358d5d14..7df78d1c 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -152,6 +152,10 @@ config BT_GATT_AUTO_SEC_REQ config BT_DEVICE_APPEARANCE default 961 + +config ZMK_BLE_MOUSE_REPORT_QUEUE_SIZE + int "Max number of mouse HID reports to queue for sending over BLE" + default 20 config ZMK_BLE_PASSKEY_ENTRY bool "Experimental: Requiring typing passkey from host to pair BLE connection" @@ -296,6 +300,12 @@ endif #Display/LED Options endmenu +menu "Mouse Options" + +rsource "src/mouse/Kconfig" + +#Mouse Options +endmenu menu "Power Management"