Skip to content

Commit

Permalink
Remove three key combo prior-idle-ms
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jul 13, 2024
1 parent 1d8c5e1 commit dca2c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/includes/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ COMBO(lbkt, &kp LBKT, LM3 LM2, DEF BRD, 40, 100)
COMBO(rbkt, &kp RBKT, RM2 RM3, DEF BRD, 40, 100)
COMBO(tab, &kp TAB, LM3 LM1, DEF BRD SYM, 40, 150)
COMBO(del, &kp DEL, RM1 RM3, DEF BRD SYM, 40, 150)
COMBO(esc, &kp ESC, LM3 LM2 LM1, DEF BRD SYM, 40, 50)
COMBO(ret, &kp RET, RM1 RM2 RM3, DEF BRD SYM, 40, 50)
COMBO(esc, &kp ESC, LM3 LM2 LM1, DEF BRD SYM, 40, 0)
COMBO(ret, &kp RET, RM1 RM2 RM3, DEF BRD SYM, 40, 0)

COMBO(capswd, &caps_word, LM1 RM1, DEF BRD, 60, 200)

Expand Down

0 comments on commit dca2c9c

Please sign in to comment.