diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-25 00:50:42 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-25 00:50:42 -0400 |
commit | 91d8237cab170e16d5a9349c06d15ac6e78e14cd (patch) | |
tree | 9805a86fe4f58cb7a2cec50a2a79252b4496e9e6 | |
parent | 7a5946742086ab66dfc197f5925d9533cd9b3c4b (diff) |
Fixes for building with a different .conf file.
-rw-r--r-- | app/Kconfig | 6 | ||||
-rw-r--r-- | app/prj.conf | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app/Kconfig b/app/Kconfig index 997409e..21cc91c 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -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" diff --git a/app/prj.conf b/app/prj.conf deleted file mode 100644 index abb3bdd..0000000 --- a/app/prj.conf +++ /dev/null @@ -1,4 +0,0 @@ -# CONFIG_LOG=y -# CONFIG_ZMK_LOG_LEVEL_DBG=y -CONFIG_KERNEL_BIN_NAME="zmk" -CONFIG_REBOOT=y
\ No newline at end of file |