summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ecfbd56..1ced310 100644
--- a/src/main.c
+++ b/src/main.c
@@ -9,6 +9,9 @@
#include <devicetree.h>
#include <settings/settings.h>
+#include <logging/log.h>
+LOG_MODULE_REGISTER(zmk, CONFIG_ZMK_LOG_LEVEL);
+
#include <zmk/matrix.h>
#include <zmk/kscan.h>
#include <zmk/endpoints.h>