Update Kconfig
This commit is contained in:
parent
00f6259b14
commit
76225ed5b2
1 changed files with 10 additions and 0 deletions
10
app/Kconfig
10
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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue