Skip to content

Commit

Permalink
fix: typo in capslock keycode
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jul 31, 2024
1 parent 86316b4 commit e315311
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions behaviors/mouse.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ ZMK_MACRO(mwh_tg, bindings =
ZMK_MACRO(mmv_dpi, bindings =
<&macro_tap_time 1>,
<&macro_wait_time 18>,
<&macro_press &kp KP_CAPSLOCK>,
<&macro_release &kp KP_CAPSLOCK>;
<&macro_press &kp CAPSLOCK>,
<&macro_release &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 KP_CAPSLOCK>,
<&macro_press &kp CAPSLOCK>,
<&macro_press &kp KP_NUMLOCK>,
<&macro_release &kp KP_NUMLOCK>,
<&macro_release &kp KP_CAPSLOCK>;
<&macro_release &kp CAPSLOCK>;
)

// Mouse Left Click - Index and Middle finger of left hand, active on alpha layers
Expand Down

0 comments on commit e315311

Please sign in to comment.