summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorVictor <lucachi.victor@gmail.com>2024-07-10 15:03:41 +0300
committerGitHub <noreply@github.com>2024-07-10 15:03:41 +0300
commit3bded448636b70c1168251dbd9a4a44186fdeb6c (patch)
tree9d0fe1a5d0bae9eb2f8fe12a621fe5aa9ea905d8
parent18e9c3c86b361214d900cac9258bb088d3e78ace (diff)
downloadzmk-config-3bded448636b70c1168251dbd9a4a44186fdeb6c.tar.gz
zmk-config-3bded448636b70c1168251dbd9a4a44186fdeb6c.zip
enable mouse layer input
-rw-r--r--config/charybdis.keymap2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/charybdis.keymap b/config/charybdis.keymap
index c4f1594..7571068 100644
--- a/config/charybdis.keymap
+++ b/config/charybdis.keymap
@@ -9,7 +9,7 @@
     trackball_listener {

         compatible = "zmk,input-behavior-listener";

         device = <&vtrackball>;

-        layers = <0 2 3 4>;

+        layers = <0 2 3 4 5>;

         evt-type = <INPUT_EV_REL>;

         x-input-code = <INPUT_REL_X>;

         y-input-code = <INPUT_REL_Y>;