From 91d8237cab170e16d5a9349c06d15ac6e78e14cd Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Sat, 25 Jul 2020 00:50:42 -0400 Subject: Fixes for building with a different .conf file. --- app/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/Kconfig') 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" -- cgit v1.2.3