diff --git a/app/Kconfig b/app/Kconfig index 997409ef..21cc91c7 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 abb3bdd2..00000000 --- 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