Skip to content

Commit

Permalink
add scroll combo on scroll layer to be able to disable it
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaSaadAbdo authored Jul 27, 2024
1 parent 5723829 commit 8ccc350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/combos30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ COMBO(btblhdnw, &macro_btblmac, 27 21 22, ALPHA_ALL)
COMBO(LCLICK, &mkp LCLK, 26 13, ALPHA_ALL)
COMBO(RCLICK, &mkp RCLK, 26 12, ALPHA_ALL)
COMBO(MCLICK, &mkp MCLK, 26 11, ALPHA_ALL)
COMBO(SCROLL, SL(SCROLL), 27 21, ALPHA_ALL)
COMBO(SNIPE, &mo SNIPE, 27 20, ALPHA_ALL)
COMBO(SCROLL, SL(SCROLL), 27 22, ALPHA_ALL SCROLL)
COMBO(SNIPE, &mo SNIPE, 27 21, ALPHA_ALL)
#endif

0 comments on commit 8ccc350

Please sign in to comment.