Skip to content

Commit

Permalink
fix: mouse wheel config name to match new mouse API
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Apr 2, 2024
1 parent 8829234 commit a34f95b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions behaviors/mouse.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
time-to-max-speed-ms = <200>;
};

&mwh {
&msc {
acceleration-exponent=<1>;
delay-ms=<70>;
time-to-max-speed-ms = <200>;
Expand All @@ -32,10 +32,10 @@
#define mkp_rg mkp RCLK

// Scroll wheel
#define mwh_lf mwh SCROLL_LEFT
#define mwh_rg mwh SCROLL_RIGHT
#define mwh_up mwh SCROLL_UP
#define mwh_dn mwh SCROLL_DOWN
#define mwh_lf msc SCROLL_LEFT
#define mwh_rg msc SCROLL_RIGHT
#define mwh_up msc SCROLL_UP
#define mwh_dn msc SCROLL_DOWN

// Switch move/scroll on Ploopy Nano by pressing NumLock twice
ZMK_BEHAVIOR(mwh_tg, macro, bindings =
Expand Down

0 comments on commit a34f95b

Please sign in to comment.