Skip to content

Commit

Permalink
Fix combo key definitions in combos.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi committed Nov 25, 2023
1 parent 1ebbdc5 commit f74acf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
combos {
compatible = "zmk,combos";

COMBO(esc, &kp ESC, 1 2, DEF FUN NUM, COMBO_TERM_SLOW)
COMBO(enter, &kp RET, 2 3, DEF FUN NUM, COMBO_TERM_SLOW)
COMBO(ger, &sl GER, 1 3, DEF, COMBO_TERM_SLOW)
COMBO(esc, &kp ESC, 1 2, DEF FUN NUM, COMBO_TERM_SLOW)
COMBO(enter, &kp RET, 2 3, DEF FUN NUM, COMBO_TERM_SLOW)
COMBO(ger, &sl GER, 1 3, DEF, COMBO_TERM_SLOW)

COMBO(tab, HRC_TAB, 11 12, DEF FUN NUM, COMBO_TERM_SLOW)
COMBO(repeat, HRC_REPEAT, 12 13, DEF FUN NUM, COMBO_TERM_SLOW)
Expand Down

0 comments on commit f74acf2

Please sign in to comment.