comment out shift mod

This commit is contained in:
Kabbone 2022-07-17 11:34:43 +02:00
parent 873b148b9d
commit 8d4aa6cdcf
Signed by: Kabbone
SSH Key Fingerprint: SHA256:iDfA/JbfNCsPT5EOvS1y+ZKaiXstaTWgm/6oQPn6LYg

View File

@ -66,13 +66,13 @@
bindings = <&kp>, <&to>;
retro-tap;
};
shk: shift_key {
compatible = "zmk,behavior-mod-morph";
label = "SHIFT_KEY";
#binding-cells = <2>;
bindings = <&kp>, <&kp>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
//shk: shift_key {
// compatible = "zmk,behavior-mod-morph";
// label = "SHIFT_KEY";
// #binding-cells = <2>;
// bindings = <&kp>, <&kp>;
// mods = <(MOD_LSFT|MOD_RSFT)>;
//};
};