diff options
| author | Oscar Nelin <omn@dalux.com> | 2024-03-20 13:12:02 +0000 |
|---|---|---|
| committer | Oscar Nelin <omn@dalux.com> | 2024-03-20 13:50:38 +0000 |
| commit | 1d546a3606c5865031464aca754617210994070f (patch) | |
| tree | 22a31b842f78cf20002257865d14c04baed0eaa6 /config | |
| parent | da56980d4687616f7c12a95e8a8aaae643b44312 (diff) | |
Fix label
Diffstat (limited to 'config')
| -rw-r--r-- | config/cradio.keymap | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 9e3ce68..f2f4da7 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -23,24 +23,20 @@ / { behaviors { ht: hold_tap { - label = "hold_tap"; compatible = "zmk,behavior-hold-tap"; #binding-cells = <2>; flavor = "tap-preferred"; tapping-term-ms = <220>; quick-tap-ms = <150>; - global-quick-tap; bindings = <&kp>, <&kp>; }; - hl: hold_tap { - label = "hold_tap"; + hl: hold_layer { compatible = "zmk,behavior-hold-tap"; - #binding-cells = <2>; flavor = "tap-preferred"; + #binding-cells = <2>; tapping-term-ms = <220>; quick-tap-ms = <150>; - global-quick-tap; bindings = <&kp>, <&to>; }; }; |
