diff options
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 |