diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 16:42:02 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:43:40 -0400 |
commit | 339a15881a07c5b6e05c39ccdb8a312ba53042ff (patch) | |
tree | f9370510ed72f6f6de9527b0fe081d2143fed50c /app/Kconfig | |
parent | eb0bf2337ee988cb5b094db814beb0db8271e908 (diff) |
Tweaks for turning off USB for split peripherals.
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index c2a753f..aa8be60 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -102,6 +102,13 @@ endif config ZMK_SPLIT_BLE_ROLE_PERIPHERAL bool "Peripheral" +if ZMK_SPLIT_BLE_ROLE_PERIPHERAL + +config ZMK_USB + default n + +endif + endchoice endif |