mirror of https://github.com/zmkfirmware/zmk.git
26 lines
716 B
Plaintext
26 lines
716 B
Plaintext
#
|
|
# Copyright (c) 2020 The ZMK Contributors
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_BT_LL_SW_SPLIT=y
|
|
|
|
# Windows Bluetooth connectivity fixes
|
|
# Disable PHY 2M to fix pairing issues with Windows (Realtek and Intel chips)
|
|
CONFIG_BT_CTLR_PHY_2M=n
|
|
|
|
# Fix Windows battery notification bug
|
|
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
|
|
|
|
# Enable experimental connection stability improvements
|
|
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
|
|
CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y
|
|
|
|
# Enable passkey entry for better compatibility with Windows (especially work-managed PCs)
|
|
CONFIG_ZMK_BLE_PASSKEY_ENTRY=n
|
|
|
|
# Uncomment to boost BLE transmit power for improved range (may increase power consumption)
|
|
# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|