mirror of
https://github.com/Kabbone/zmk-config.git
synced 2025-04-04 01:56:26 +02:00
comment out shift mod
This commit is contained in:
parent
873b148b9d
commit
8d4aa6cdcf
@ -66,13 +66,13 @@
|
|||||||
bindings = <&kp>, <&to>;
|
bindings = <&kp>, <&to>;
|
||||||
retro-tap;
|
retro-tap;
|
||||||
};
|
};
|
||||||
shk: shift_key {
|
//shk: shift_key {
|
||||||
compatible = "zmk,behavior-mod-morph";
|
// compatible = "zmk,behavior-mod-morph";
|
||||||
label = "SHIFT_KEY";
|
// label = "SHIFT_KEY";
|
||||||
#binding-cells = <2>;
|
// #binding-cells = <2>;
|
||||||
bindings = <&kp>, <&kp>;
|
// bindings = <&kp>, <&kp>;
|
||||||
mods = <(MOD_LSFT|MOD_RSFT)>;
|
// mods = <(MOD_LSFT|MOD_RSFT)>;
|
||||||
};
|
//};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user