mirror of
https://github.com/Kabbone/zmk-config.git
synced 2025-04-03 09:36:26 +02:00
comment out shift mod
This commit is contained in:
parent
873b148b9d
commit
8d4aa6cdcf
@ -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)>;
|
||||
//};
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user