Update reviung41.keymap

This commit is contained in:
Adam Jeniski 2025-10-23 12:37:13 -04:00 committed by GitHub
parent 868056f817
commit 61b3f6cc2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,8 @@
tapping-term-ms = <300>; tapping-term-ms = <300>;
}; };
&soft_off { hold-time-ms = <1500>; };
/ { / {
combos { combos {
compatible = "zmk,combos"; compatible = "zmk,combos";
@ -67,6 +69,11 @@
bindings = <&kp RET>; bindings = <&kp RET>;
layers = <0>; layers = <0>;
}; };
softoff {
bindings = <&soft_off>;
key-positions = <1 2>;
layers = <0>;
};
}; };
}; };