Tweaks for turning off USB for split peripherals.
This commit is contained in:
parent
eb0bf2337e
commit
339a15881a
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
CONFIG_ZMK_SPLIT=y
|
||||
CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y
|
||||
CONFIG_ZMK_USB=n
|
Loading…
Reference in a new issue