Skip to content

Commit

Permalink
Update corne-ish_zen.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMuller authored Dec 6, 2021
1 parent ad30884 commit ce9ca2d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/corne-ish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@
key-positions = <2 3 4>;
bindings = <&kp PSCRN>;
};
combo_cw {
timeout-ms = <COMBO_TIMEOUT>;
key-positions = <3 4 5>;
bindings = <&caps_word>;
};
combo_tab {
timeout-ms = <COMBO_TIMEOUT>;
key-positions = <13 14 15>;
bindings = <&kp TAB>;
};
combo_esc {
timeout-ms = <COMBO_TIMEOUT>;
key-positions = <1 2 3>;
Expand Down Expand Up @@ -89,6 +99,10 @@
};
};

&caps_word {
continue-list = <UNDERSCORE MINUS BACKSPACE DELETE HOME END LEFT RIGHT>;
};

/ {
keymap {
compatible = "zmk,keymap";
Expand Down

0 comments on commit ce9ca2d

Please sign in to comment.