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 authored and github-actions[bot] committed Jun 20, 2024
1 parent 51d1281 commit 1d8c5e1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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
4 changes: 2 additions & 2 deletions keymap-drawer/corneish_zen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ combos:
draw_separate: true
- p: [7, 8]
k: '`'
l: [DEF, BRD, SYM]
l: [DEF, BRD]
draw_separate: true
- p: [12, 13]
k: (
Expand Down Expand Up @@ -332,7 +332,7 @@ combos:
l: [DEF]
- p: [26, 27]
k: \
l: [DEF, BRD, SYM]
l: [DEF, BRD]
draw_separate: true
- p: [27, 28]
k: /
Expand Down
4 changes: 2 additions & 2 deletions keymap-drawer/grumpybird.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ combos:
draw_separate: true
- p: [7, 8]
k: '`'
l: [DEF, BRD, SYM]
l: [DEF, BRD]
draw_separate: true
- p: [12, 13]
k: (
Expand Down Expand Up @@ -275,7 +275,7 @@ combos:
l: [DEF]
- p: [23, 24]
k: \
l: [DEF, BRD, SYM]
l: [DEF, BRD]
draw_separate: true
- p: [24, 25]
k: /
Expand Down
4 changes: 2 additions & 2 deletions keymap-drawer/hummingbird.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ combos:
draw_separate: true
- p: [7, 8]
k: '`'
l: [DEF, BRD, SYM]
l: [DEF, BRD]
draw_separate: true
- p: [12, 13]
k: (
Expand Down Expand Up @@ -290,7 +290,7 @@ combos:
l: [DEF]
- p: [23, 24]
k: \
l: [DEF, BRD, SYM]
l: [DEF, BRD]
draw_separate: true
- p: [24, 25]
k: /
Expand Down
4 changes: 2 additions & 2 deletions keymap-drawer/hypergolic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ combos:
draw_separate: true
- p: [7, 8]
k: '`'
l: [DEF, BRD, SYM]
l: [DEF, BRD]
draw_separate: true
- p: [12, 13]
k: (
Expand Down Expand Up @@ -283,7 +283,7 @@ combos:
l: [DEF]
- p: [26, 27]
k: \
l: [DEF, BRD, SYM]
l: [DEF, BRD]
draw_separate: true
- p: [27, 28]
k: /
Expand Down
4 changes: 2 additions & 2 deletions keymap-drawer/rommana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ combos:
draw_separate: true
- p: [7, 8]
k: '`'
l: [DEF, BRD, SYM]
l: [DEF, BRD]
draw_separate: true
- p: [12, 13]
k: (
Expand Down Expand Up @@ -290,7 +290,7 @@ combos:
l: [DEF]
- p: [23, 24]
k: \
l: [DEF, BRD, SYM]
l: [DEF, BRD]
draw_separate: true
- p: [24, 25]
k: /
Expand Down

0 comments on commit 1d8c5e1

Please sign in to comment.