Skip to content

Commit

Permalink
feat(mouse): 민감도 다시 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
lazy-dinosaur committed Nov 11, 2024
1 parent 4a9d7c7 commit 00fb440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/lazycorne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
evt-type = <INPUT_EV_REL>;
x-input-code = <INPUT_REL_X>;
y-input-code = <INPUT_REL_Y>;
scale-multiplier = <5>;
scale-divisor = <2>;
scale-multiplier = <2>;
scale-divisor = <1>;
// 아직 기능이 완벽하지 않음 터치를 하는동안 인식하는것이 아니라 움직임이 나타나야 인지함
// bindings = <&ib_tog_layer MOUSE>;
y-invert;
Expand Down

0 comments on commit 00fb440

Please sign in to comment.