Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
wochap committed May 9, 2024
1 parent 61f4242 commit 9f1f366
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

7 changes: 4 additions & 3 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,17 @@
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
quick-tap-ms = <150>;
tapping-term-ms = <250>;
tapping-term-ms = <220>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};

c_lt: layer_tab {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
tapping-term-ms = <150>;
flavor = "tap-preferred";
quick-tap-ms = <150>;
tapping-term-ms = <120>;
flavor = "hold-preferred";
bindings = <&mo>, <&kp>;
};
};
Expand Down

0 comments on commit 9f1f366

Please sign in to comment.