Skip to content

Commit

Permalink
Move enter/esc to three key combos
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Mar 27, 2024
1 parent 5b044ac commit a83e146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ COMBO(lbkt, &kp LBKT, 11 12, DEF BRD, 40, 100)
COMBO(rbkt, &kp RBKT, 17 18, DEF BRD, 40, 100)
COMBO(tab, &kp TAB, 11 13, DEF BRD SYM, 40, 150)
COMBO(del, &kp DEL, 16 18, DEF BRD SYM, 40, 150)
COMBO(esc, &kp ESC, 2 13, DEF BRD SYM, 40, 100)
COMBO(ret, &kp RET, 7 16, DEF BRD SYM, 40, 100)
COMBO(esc, &kp ESC, 11 12 13, DEF BRD SYM, 40, 100)
COMBO(ret, &kp RET, 16 17 18, DEF BRD SYM, 40, 100)

COMBO(capswd, &caps_word, 13 16, DEF BRD, 60, 200)

Expand Down
4 changes: 2 additions & 2 deletions config/grumpybird.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
COMBO(rbkt, &kp RBKT, 17 18, DEF BRD, 40, 100)
COMBO(tab, &kp TAB, 11 13, DEF BRD SYM, 40, 150)
COMBO(del, &kp DEL, 16 18, DEF BRD SYM, 40, 150)
COMBO(esc, &kp ESC, 2 13, DEF BRD SYM, 40, 100)
COMBO(ret, &kp RET, 7 16, DEF BRD SYM, 40, 100)
COMBO(esc, &kp ESC, 11 12 13, DEF BRD SYM, 40, 100)
COMBO(ret, &kp RET, 16 17 18, DEF BRD SYM, 40, 100)

COMBO(capswd, &caps_word, 13 16, DEF BRD, 60, 200)

Expand Down

0 comments on commit a83e146

Please sign in to comment.