From c23d752917774bc740c791e2f7eeef6f8f9e1033 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 19 Jun 2020 15:32:33 -0400 Subject: Some initial work on behavior bindings for keymaps --- app/prj.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/prj.conf') diff --git a/app/prj.conf b/app/prj.conf index f5b2d4a..cba9311 100644 --- a/app/prj.conf +++ b/app/prj.conf @@ -1,3 +1,4 @@ -# CONFIG_LOG=y -# CONFIG_ZMK_LOG_LEVEL_DBG=y +CONFIG_LOG=y +CONFIG_ZMK_LOG_LEVEL_DBG=y CONFIG_KERNEL_BIN_NAME="zmk" +CONFIG_REBOOT=y \ No newline at end of file -- cgit v1.2.3 From f2f9d4502122a332aa6f35ac87d9f6b5e3ff7335 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 22 Jun 2020 11:16:00 -0400 Subject: Comment out debug settings again. --- app/prj.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/prj.conf') diff --git a/app/prj.conf b/app/prj.conf index cba9311..abb3bdd 100644 --- a/app/prj.conf +++ b/app/prj.conf @@ -1,4 +1,4 @@ -CONFIG_LOG=y -CONFIG_ZMK_LOG_LEVEL_DBG=y +# CONFIG_LOG=y +# CONFIG_ZMK_LOG_LEVEL_DBG=y CONFIG_KERNEL_BIN_NAME="zmk" CONFIG_REBOOT=y \ No newline at end of file -- cgit v1.2.3