From 002a89765f27fc295cf14af1648348c3bc0032ae Mon Sep 17 00:00:00 2001 From: Nick Winans Date: Fri, 8 Jan 2021 15:32:55 -0600 Subject: refactor(Kconfig): Set USB default based on hardware capabilities Removes the USB default under every split right half in favor of a default based on hardware capabilities in the main app Kconfig. --- app/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/Kconfig') diff --git a/app/Kconfig b/app/Kconfig index f486021..f5d92a8 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -361,6 +361,9 @@ config KERNEL_BIN_NAME config REBOOT default y +config USB + default y if HAS_HW_NRF_USBD + module = ZMK module-str = zmk source "subsys/logging/Kconfig.template.log_config" -- cgit v1.2.3