Skip to content

Commit

Permalink
comment combos out for error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaSaadAbdo authored Jul 27, 2024
1 parent 6479909 commit aee0d2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/combos30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ COMBO(btblhdnw, &macro_btblmac, 27 21 22, ALPHA_ALL)

/* Batreeq trackball combos */
#ifdef BATREEQ
COMBO(LCLICK, LCLK, 26 13, ALPHA_ALL)
COMBO(RCLICK, RCLK, 26 12, ALPHA_ALL)
COMBO(MCLICK, MCLK, 26 11, ALPHA_ALL)
COMBO(SCROLL, SL(SCROLL), 26 21, ALPHA_ALL)
COMBO(SNIPE , &mo SNIPE, 26 20, ALPHA_ALL)
# COMBO(LCLICK, LCLK, 26 13, ALPHA_ALL)
# COMBO(RCLICK, RCLK, 26 12, ALPHA_ALL)
# COMBO(MCLICK, MCLK, 26 11, ALPHA_ALL)
# COMBO(SCROLL, SL(SCROLL), 26 21, ALPHA_ALL)
# COMBO(SNIPE , &mo SNIPE, 26 20, ALPHA_ALL)
#endif

0 comments on commit aee0d2d

Please sign in to comment.