Browse Source

Tweaks for turning off USB for split peripherals.

xmkb
Pete Johanson 4 years ago
parent
commit
339a15881a
  1. 7
      app/Kconfig
  2. 3
      app/boards/shields/kyria/kyria_right.conf

7
app/Kconfig

@ -102,6 +102,13 @@ endif @@ -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

3
app/boards/shields/kyria/kyria_right.conf

@ -1,3 +1,2 @@ @@ -1,3 +1,2 @@
CONFIG_ZMK_SPLIT=y
CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y
CONFIG_ZMK_USB=n
CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y
Loading…
Cancel
Save