diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-19 15:32:33 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-19 15:32:33 -0400 |
commit | c23d752917774bc740c791e2f7eeef6f8f9e1033 (patch) | |
tree | 54da84e2a8c4a3bf68c0f28b29cc096605c3db94 /app/prj.conf | |
parent | 865f41a46d4d4a6d35515d1192232efdd7d67942 (diff) |
Some initial work on behavior bindings for keymaps
Diffstat (limited to 'app/prj.conf')
-rw-r--r-- | app/prj.conf | 5 |
1 files changed, 3 insertions, 2 deletions
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 |