diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-06 11:11:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 11:11:48 -0400 |
commit | fd381e811787f62cd93744bffbce9a10393bb63c (patch) | |
tree | f2f7208a9448141d039a5063f8881a04cf792b33 /app/Kconfig | |
parent | 81090d9af017ce6070298a86de6f03db2d639251 (diff) | |
parent | 370cfcc59fdf2900feba653d4ce5b55a90050426 (diff) |
Merge pull request #70 from Nicell/split/2m-phy
Split connection parameter adjustments and 2M PHY added
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 55c5bae..4086955 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -88,6 +88,7 @@ config ZMK_SPLIT_BLE bool "Split keyboard support via BLE transport" depends on ZMK_BLE default y + select BT_USER_PHY_UPDATE if ZMK_SPLIT_BLE |