Skip to content

Commit

Permalink
fix(mouse): 간헐적으로 마우스 움직임 멈추는 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lazy-dinosaur committed Nov 13, 2024
1 parent bb51867 commit 1c78bd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/lazycorne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ ZMK_TAP_DANCE(num_dance,

// smart-mouse, requires PR #1366
ZMK_TRI_STATE(smart_mouse,
bindings = <&ib_tog_layer MOUSE>, <&none>, <&to DEF>;
bindings = <&ib_tog_layer MOUSE>, <&ib_tog_layer MOUSE>, <&to DEF>;
ignored-key-positions = <LT1 LT2 LM1 LM2 LM3 LM4 LH0 LH1 LH2>;
ignored-layers = <MOUSE MOUSEVS MOUSEHS>;
)
Expand Down Expand Up @@ -246,7 +246,7 @@ ZMK_MACRO(uc_shift,
ZMK_MACRO(tog_mousev,
wait-ms = <0>;
tap-ms = <1>;
bindings = <&ib_tog_layer MOUSE>
bindings = <&smart_mouse>
, <&macro_press &mo MOUSEVS>
, <&macro_pause_for_release>
, <&macro_release &mo MOUSEVS>;
Expand All @@ -255,7 +255,7 @@ ZMK_MACRO(tog_mousev,
ZMK_MACRO(tog_mouseh,
wait-ms = <0>;
tap-ms = <1>;
bindings = <&ib_tog_layer MOUSE>
bindings = <&smart_mouse>
, <&macro_press &mo MOUSEHS>
, <&macro_pause_for_release>
, <&macro_release &mo MOUSEHS>;
Expand Down

0 comments on commit 1c78bd5

Please sign in to comment.