Skip to content

Commit

Permalink
Modify brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
trankillity committed Jul 2, 2024
1 parent ffc03e4 commit 37293f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/combos.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ compatible = "zmk,combos";
};

/* Brackets */
// COMBO(lbrk, &kp LBKT, 2 3, 30, BASE NUMB)
// COMBO(rbrk, &kp RBKT, 8 9, 30, BASE NUMB)
COMBO(lpar, &l_parang, 14 15, 30, BASE NUMB)
COMBO(rpar, &r_parang, 20 21, 30, BASE NUMB)
COMBO(lang, &kp LT, 26 27, 30, BASE NUMB)
COMBO(rang, &kp GT, 32 33, 30, BASE NUMB)
COMBO(lbrk, &kp LBKT, 2 3, 30, BASE NUMB)
COMBO(rbrk, &kp RBKT, 8 9, 30, BASE NUMB)
COMBO(lpar, &l_parang, 26 27, 30, BASE NUMB)
COMBO(rpar, &r_parang, 32 33, 30, BASE NUMB)
// COMBO(lang, &kp LT, 26 27, 30, BASE NUMB)
// COMBO(rang, &kp GT, 32 33, 30, BASE NUMB)

/* System */
COMBO(caps, &kp CAPS, 17 18, 50, BASE)
Expand Down

0 comments on commit 37293f2

Please sign in to comment.