Merge 808fa93377
into b74cd39ab5
This commit is contained in:
commit
4f9f57e0a2
1 changed files with 7 additions and 7 deletions
14
app/Kconfig
14
app/Kconfig
|
@ -1,6 +1,13 @@
|
|||
# Copyright (c) 2020 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.defconfig"
|
||||
osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.shield"
|
||||
|
||||
rsource "boards/shields/*/Kconfig.defconfig"
|
||||
rsource "boards/shields/*/Kconfig.shield"
|
||||
rsource "boards/Kconfig"
|
||||
|
||||
mainmenu "ZMK Firmware"
|
||||
|
||||
menu "ZMK"
|
||||
|
@ -719,12 +726,5 @@ module = ZMK
|
|||
module-str = zmk
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
rsource "boards/Kconfig"
|
||||
rsource "boards/shields/*/Kconfig.defconfig"
|
||||
rsource "boards/shields/*/Kconfig.shield"
|
||||
|
||||
osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.defconfig"
|
||||
osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.shield"
|
||||
|
||||
|
||||
source "Kconfig.zephyr"
|
||||
|
|
Loading…
Add table
Reference in a new issue