aboutsummaryrefslogtreecommitdiffstats
path: root/src/hid.c
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-02-05 17:29:43 +0100
committerLouis Burda <quent.burda@gmail.com>2023-02-05 17:30:11 +0100
commit75991f63b5a061592d57b59a9c4f46a078d19406 (patch)
treef8122f7d557f3ed2439e50b12675b48d0de5fcdd /src/hid.c
parentd19f5ce8b56e1199eb9e20ba83b38f8e3e915437 (diff)
downloadsxkbd-75991f63b5a061592d57b59a9c4f46a078d19406.tar.gz
sxkbd-75991f63b5a061592d57b59a9c4f46a078d19406.zip
Forward warning from slave to master and dont call hid and cdc tasks on slave
Diffstat (limited to 'src/hid.c')
-rw-r--r--src/hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hid.c b/src/hid.c
index 722d7e2..65fff3f 100644
--- a/src/hid.c
+++ b/src/hid.c
@@ -148,7 +148,7 @@ active_layers_push(uint layer, uint key)
active_layers[active_layers_top].key = key;
for (i = 0; i <= active_layers_top; i++) {
- INFO("%i. ACTIVE %u %u", i,
+ DEBUG("%i. ACTIVE %u %u", i,
active_layers[i].layer, active_layers[i].key);
}
}