Skip to content

Commit

Permalink
Adding more vertical combos
Browse files Browse the repository at this point in the history
  • Loading branch information
takikoo committed May 28, 2024
1 parent 2d2f4f5 commit d074f8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/combos-totem.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ ZMK_COMBO(cut, &kp LC(X), LB3 LB1, BASE, COMBO_TERM_FAST, COMBO_IDLE_F
ZMK_COMBO(paste, &kp LS(INS), LB2 LB1, BASE, COMBO_TERM_FAST, COMBO_IDLE_FAST)

/* Horizontal combos - right hand */
ZMK_COMBO(bspc, &kp BSPC, RT1 RT2, BASE, COMBO_TERM_FAST, COMBO_IDLE_FAST)
ZMK_COMBO(del, &kp DEL, RT2 RT3, BASE, COMBO_TERM_FAST, COMBO_IDLE_FAST)

ZMK_COMBO(coln, &kp SE_COLN, RB2 RB3, BASE, COMBO_TERM_FAST, COMBO_IDLE_FAST)

/* Vertical combos - left hand */
Expand Down

0 comments on commit d074f8c

Please sign in to comment.