Remove descriptions and defaults for already set variables
Signed-off-by: Luigi311 <luigi311.lg@gmail.com>
This commit is contained in:
parent
7443a917cb
commit
13014d3f28
1 changed files with 0 additions and 12 deletions
12
app/Kconfig
12
app/Kconfig
|
@ -142,28 +142,16 @@ config ZMK_BLE_PASSKEY_ENTRY
|
||||||
bool "Experimental: Requiring typing passkey from host to pair BLE connection"
|
bool "Experimental: Requiring typing passkey from host to pair BLE connection"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BT_GAP_AUTO_UPDATE_CONN_PARAMS
|
|
||||||
bool "Automatic Update of Connection Parameters"
|
|
||||||
default y
|
|
||||||
|
|
||||||
config BT_GAP_PERIPHERAL_PREF_PARAMS
|
|
||||||
bool "Configure peripheral preferred connection parameters"
|
|
||||||
default y
|
|
||||||
|
|
||||||
config BT_PERIPHERAL_PREF_MIN_INT
|
config BT_PERIPHERAL_PREF_MIN_INT
|
||||||
int "Peripheral preferred minimum connection interval in 1.25ms units"
|
|
||||||
default 6
|
default 6
|
||||||
|
|
||||||
config BT_PERIPHERAL_PREF_MAX_INT
|
config BT_PERIPHERAL_PREF_MAX_INT
|
||||||
int "Peripheral preferred maximum connection interval in 1.25ms units"
|
|
||||||
default 12
|
default 12
|
||||||
|
|
||||||
config BT_PERIPHERAL_PREF_SLAVE_LATENCY
|
config BT_PERIPHERAL_PREF_SLAVE_LATENCY
|
||||||
int "Peripheral preferred slave latency in Connection Intervals"
|
|
||||||
default 30
|
default 30
|
||||||
|
|
||||||
config BT_PERIPHERAL_PREF_TIMEOUT
|
config BT_PERIPHERAL_PREF_TIMEOUT
|
||||||
int "Peripheral preferred supervision timeout in 10ms units"
|
|
||||||
default 400
|
default 400
|
||||||
|
|
||||||
#ZMK_BLE
|
#ZMK_BLE
|
||||||
|
|
Loading…
Reference in a new issue