Skip to content

Commit

Permalink
Update charybdis.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
stylustrader authored Dec 31, 2024
1 parent a0031f4 commit a55cda9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/charybdis.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/* input config for mouse move mode */
trackball_listener {
compatible = "zmk,input-behavior-listener";
device = <&trackball>;
device = <&vtrackball>;
layers = <6>; // adjust these layer numbers to match your layout
evt-type = <INPUT_EV_REL>;
x-input-code = <INPUT_REL_X>;
Expand All @@ -40,7 +40,7 @@
/* input config for snipe mode */
trackball_snipe_listener {
compatible = "zmk,input-behavior-listener";
device = <&trackball>;
device = <&vtrackball>;
layers = <6>; // adjust this layer number
evt-type = <INPUT_EV_REL>;
x-input-code = <INPUT_REL_X>;
Expand All @@ -52,7 +52,7 @@
/* input config for mouse scroll mode */
trackball_scroll_listener {
compatible = "zmk,input-behavior-listener";
device = <&trackball>;
device = <&vtrackball>;
layers = <6>; // adjust this layer number
evt-type = <INPUT_EV_REL>;
x-input-code = <INPUT_REL_MISC>;
Expand Down

0 comments on commit a55cda9

Please sign in to comment.