Skip to content

Commit

Permalink
Fix keymap syntax round three
Browse files Browse the repository at this point in the history
  • Loading branch information
qysp committed Jul 14, 2024
1 parent e6b8985 commit 0538a32
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

/ {
combos {
compatible = "zmk,combos";
compatible = "zmk,combos";

combo_capsword {
timeout-ms = <50>;
key-positions = <24 35>;
bindings = <&caps_word>;
layers = <ALPHAS>;
};
combo_capsword {
timeout-ms = <50>;
key-positions = <24 35>;
bindings = <&caps_word>;
layers = <ALPHAS>;
};
};

keymap {
Expand Down Expand Up @@ -85,4 +85,5 @@
&none &none &none &none &none &none
>;
};
};
};

0 comments on commit 0538a32

Please sign in to comment.