diff options
author | Nick <nick.win999@gmail.com> | 2020-08-02 14:51:42 -0500 |
---|---|---|
committer | Nick <nick.win999@gmail.com> | 2020-08-02 14:51:42 -0500 |
commit | f26bd495ea0dad0a9b610752555ce428197e9cc8 (patch) | |
tree | 79e7a03813dc59e85f95a4484ef454be5851fbee /app/Kconfig | |
parent | 24ec83c234bb76b9a7f04678251723ba4918201e (diff) |
Fix interval update, add PHY update
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 |