Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
mod morph using RSFT
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbj committed Nov 21, 2023
1 parent be835cc commit c00de5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
compatible = "zmk,behavior-mod-morph";
label = "shift";
#binding-cells = <0>;
bindings = <&sk LSHFT>, <&caps_word>;
mods = <MOD_LSFT>;
bindings = <&sk RSHFT>, <&caps_word>;
mods = <MOD_RSFT>;
};
num: num {
compatible = "zmk,behavior-hold-tap";
Expand All @@ -95,14 +95,14 @@
label = "cs";
#binding-cells = <0>;
bindings = <&kp COMMA>, <&kp SEMICOLON>;
mods = <MOD_LSFT>;
mods = <MOD_RSFT>;
};
dc: dc {
compatible = "zmk,behavior-mod-morph";
label = "dc";
#binding-cells = <0>;
bindings = <&kp DOT>, <&kp COLON>;
mods = <MOD_LSFT>;
mods = <MOD_RSFT>;
};
gtab: gtab {
compatible = "zmk,behavior-tri-state";
Expand Down

0 comments on commit c00de5b

Please sign in to comment.