Skip to content

Commit

Permalink
combos + \
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Nov 12, 2024
1 parent 5f41cfc commit bf12222
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/totem.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,34 @@
bindings = <&kp LC(C)>;
key-positions = <22 23>;
};

ctrl_v {
bindings = <&kp LC(V)>;
key-positions = <23 24>;
};

ca_word {
bindings = <&caps_word>;
key-positions = <21 22>;
};
};

macros {
updir: updir {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&kp PERIOD &kp PERIOD &kp SLASH &kp RETURN>;
label = "UPDIR";
};
};

behaviors {
semi_bslash: semi_bslash {
compatible = "zmk,behavior-tap-dance";
label = "SEMI_BSLASH";
#binding-cells = <0>;
bindings = <&kp SEMICOLON>, <&kp BACKSLASH>;
};
};

keymap {
Expand Down

0 comments on commit bf12222

Please sign in to comment.