Browse Source

Fixes for building with a different .conf file.

xmkb
Pete Johanson 4 years ago
parent
commit
91d8237cab
  1. 6
      app/Kconfig
  2. 4
      app/prj.conf

6
app/Kconfig

@ -141,6 +141,12 @@ endmenu @@ -141,6 +141,12 @@ endmenu
config HEAP_MEM_POOL_SIZE
default 1024
config KERNEL_BIN_NAME
default "zmk"
config REBOOT
default y
module = ZMK
module-str = zmk
source "subsys/logging/Kconfig.template.log_config"

4
app/prj.conf

@ -1,4 +0,0 @@ @@ -1,4 +0,0 @@
# CONFIG_LOG=y
# CONFIG_ZMK_LOG_LEVEL_DBG=y
CONFIG_KERNEL_BIN_NAME="zmk"
CONFIG_REBOOT=y
Loading…
Cancel
Save