forked from kofal.net/zmk
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.
This commit is contained in:
committed by
Pete Johanson
parent
af563e9dbc
commit
002a89765f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user