Skip to content

Commit

Permalink
Overload (Ctrl|Alt|Gui)-ь for Diktor
Browse files Browse the repository at this point in the history
  • Loading branch information
proostas committed Mar 7, 2024
1 parent c8ef222 commit d1c3f03
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,19 @@
bindings = <&kp RPAR>, <&kp COLON>;
mods = <(MOD_LSFT)>;
};
dikm: diktor_m {
compatible = "zmk,behavior-mod-morph";
label = "DIKTOR_COL_MODS_FOR_M";
#binding-cells = <0>;
bindings = <&kp M>, <&kp W>;
mods = <(MOD_RCTL|MOD_RALT|MOD_RGUI)>;
keep-mods = <(MOD_RCTL|MOD_RALT|MOD_RGUI)>;
};
dsoft: diktor_soft {
compatible = "zmk,behavior-mod-morph";
label = "DIKTOR_SOFT_HARD_SIGN";
#binding-cells = <0>;
bindings = <&kp M>, <&kp RBKT>;
bindings = <&dikm>, <&kp RBKT>;
mods = <(MOD_RSFT)>;
};
dbsoft: diktor_big_soft {
Expand Down

0 comments on commit d1c3f03

Please sign in to comment.