Skip to content

Commit

Permalink
Add word_caps
Browse files Browse the repository at this point in the history
  • Loading branch information
schattenbrot committed Jan 21, 2024
1 parent 22c1bdc commit c9bfcdb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions config/splitkb_aurora_sweep.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ ZMK_BEHAVIOR(hrm, hold_tap,
combos {
compatible = "zmk,combos";

combo_caps_word {
layers = <DEFAULT>;
timeout-ms = <50>;
key-positions = <12 27>;
bindings = <&caps_word>;
};

combo_tab {
layers = <DEFAULT>;
timeout-ms = <50>;
Expand All @@ -69,7 +76,7 @@ ZMK_BEHAVIOR(hrm, hold_tap,
key-positions = <7 8>;
bindings = <&kp RPAR>;
};

combo_lessthan {
layers = <DEFAULT>;
timeout-ms = <50>;
Expand All @@ -82,7 +89,7 @@ ZMK_BEHAVIOR(hrm, hold_tap,
key-positions = <27 28>;
bindings = <&kp GREATER_THAN>;
};

combo_leftbracket {
layers = <DEFAULT>;
timeout-ms = <50>;
Expand All @@ -95,7 +102,7 @@ ZMK_BEHAVIOR(hrm, hold_tap,
key-positions = <2 3>;
bindings = <&kp RIGHT_BRACKET>;
};

combo_leftbrace {
layers = <DEFAULT>;
timeout-ms = <50>;
Expand Down

0 comments on commit c9bfcdb

Please sign in to comment.