diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-14 12:14:15 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:43:40 -0400 |
commit | d74efb331ac32c1a65d20193d06b2cabb858b594 (patch) | |
tree | 8245ee37d8a61c3839467f2441df667c4ba74073 /app/Kconfig | |
parent | d1a5c7ee5ab7b3541ac45c4eef4c17d71475d645 (diff) |
Kconfig fixes for split roles.
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 2309d2d..5881aae 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -94,6 +94,8 @@ choice ZMK_SPLIT_BLE_ROLE config ZMK_SPLIT_BLE_ROLE_CENTRAL bool "Central" + select BT_CENTRAL + select BT_GATT_CLIENT config ZMK_SPLIT_BLE_ROLE_PERIPHERAL bool "Peripheral" |