Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
wochap committed May 10, 2024
1 parent 8fd411a commit 5a3725e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/ {
// docs: https://zmk.dev/docs/behaviors/hold-tap
behaviors {
c_hm_l: homerow_mod {
c_hm_l: homerow_left_mod {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
quick-tap-ms = <150>;
Expand All @@ -43,7 +43,7 @@
hold-trigger-on-release; // delay positional check until key-release
};

c_hm_r: homerow_mod {
c_hm_r: homerow_right_mod {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
quick-tap-ms = <150>;
Expand Down

0 comments on commit 5a3725e

Please sign in to comment.