Skip to content

Commit

Permalink
fix right hand m_click
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaSaadAbdo authored Aug 1, 2024
1 parent c548909 commit 1790fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/combos30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ COMBO(btblhdnw, &macro_btblmac, 27 21 22, ALPHA_ALL)
/* Right hand mouse */
COMBO(R_LCLICK, &mkp LCLK, 17 23, ALPHA_ALL SCROLL SNIPE)
COMBO(R_RCLICK, &mkp RCLK, 17 25, ALPHA_ALL SCROLL SNIPE)
COMBO(R_MCLICK, &mkp MCLK, 13 25, ALPHA_ALL SCROLL SNIPE)
COMBO(R_MCLICK, &mkp MCLK, 16 25, ALPHA_ALL SCROLL SNIPE)
COMBO(R_SCROLL, SL(SCROLL), 18 23, ALPHA_ALL SCROLL SNIPE)
COMBO(R_SNIPE, &mo SNIPE, 28 18, ALPHA_ALL SCROLL SNIPE)
#endif

0 comments on commit 1790fef

Please sign in to comment.