Skip to content

Commit

Permalink
Remove some combos from numpad
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jun 20, 2024
1 parent 51d1281 commit b0943e8
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 @@ -24,7 +24,7 @@ COMBO(j, &kp J, LT2 LT1, DEF, 80, 50)
COMBO(q, &kp Q, LT2 LT1, BRD, 80, 50)
COMBO(v_brd, &kp V, LT3 LT2, BRD, 80, 50)
COMBO(semi, &kp SEMI, RT1 RT2, DEF BRD SYM, 40, 100)
COMBO(grave, &kp GRAVE, RT2 RT3, DEF BRD SYM, 40, 100)
COMBO(grave, &kp GRAVE, RT2 RT3, DEF BRD, 40, 100)
COMBO(lpar, &kp LPAR, LM2 LM1, DEF BRD, 40, 100)
COMBO(rpar, &kp RPAR, RM1 RM2, DEF BRD, 40, 100)
COMBO(lbkt, &kp LBKT, LM3 LM2, DEF BRD, 40, 100)
Expand All @@ -44,7 +44,7 @@ COMBO(boot, &bootloader, LT0 RT0, FUN, 100, 500)

COMBO(z, &kp Z, LB3 LB2, DEF BRD, 80, 50)
COMBO(v, &kp V, LB2 LB1, DEF, 40, 50)
COMBO(bslh, &kp BSLH, RB1 RB2, DEF BRD SYM, 80, 100)
COMBO(bslh, &kp BSLH, RB1 RB2, DEF BRD, 80, 100)
COMBO(slsh, &kp SLASH, RB2 RB3, DEF BRD SYM, 80, 50)

COMBO(f12, &kp F12, LB3 LB2, FUN, 100, 200)
Expand Down

0 comments on commit b0943e8

Please sign in to comment.