1
0
mirror of https://github.com/tcaxle/zmk-config.git synced 2025-02-02 00:32:29 +00:00
This commit is contained in:
keymap-editor[bot] 2024-02-28 11:33:46 +00:00 committed by GitHub
parent e002d078a4
commit f4cf36b813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,11 +64,12 @@
hlt: hlt { hlt: hlt {
compatible = "zmk,behavior-hold-tap"; compatible = "zmk,behavior-hold-tap";
label = "HLT"; label = "HLT";
bindings = <&lt>, <&kp>; bindings = <&mo>, <&kp>;
#binding-cells = <2>; #binding-cells = <2>;
tapping-term-ms = <200>; tapping-term-ms = <200>;
flavor = "hold-preferred"; flavor = "hold-preferred";
retro-tap;
}; };
}; };