Skip to content

Commit

Permalink
fix: mouse macros not working
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jul 31, 2024
1 parent e315311 commit c00a12b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions behaviors/mouse.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,22 @@
ZMK_MACRO(mwh_tg, bindings =
<&macro_tap_time 1>,
<&macro_wait_time 18>,
<&macro_press &kp KP_NUMLOCK>,
<&macro_release &kp KP_NUMLOCK>;
<&kp KP_NUMLOCK &kp KP_NUMLOCK>;
)

// Cycle DPI presets on Ploopy Nano by pressing CapsLock twice
ZMK_MACRO(mmv_dpi, bindings =
<&macro_tap_time 1>,
<&macro_wait_time 18>,
<&macro_press &kp CAPSLOCK>,
<&macro_release &kp CAPSLOCK>;
<&kp CAPSLOCK &kp CAPSLOCK>;
)

// Bootloader mode on Ploopy Nano by pressing CapsLock twice
ZMK_MACRO(mkp_boot, bindings =
<&macro_tap_time 1>,
<&macro_wait_time 10>,
<&macro_press &kp CAPSLOCK>,
<&macro_press &kp KP_NUMLOCK>,
<&macro_release &kp KP_NUMLOCK>,
<&macro_press &kp KP_NUMLOCK &kp KP_NUMLOCK>,
<&macro_release &kp CAPSLOCK>;
)

Expand Down

0 comments on commit c00a12b

Please sign in to comment.