diff options
| author | Oscar Nelin <omn@dalux.com> | 2024-03-20 13:12:02 +0000 |
|---|---|---|
| committer | Oscar Nelin <omn@dalux.com> | 2024-03-21 07:19:31 +0000 |
| commit | a80882e2dbe19ea217c251ab5098796ce75a6bb5 (patch) | |
| tree | 08df60f7f5b5b43139bc4726b619620544d23c03 /config/cradio.keymap | |
| parent | da56980d4687616f7c12a95e8a8aaae643b44312 (diff) | |
Fix label
Diffstat (limited to 'config/cradio.keymap')
| -rw-r--r-- | config/cradio.keymap | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 9e3ce68..1ba13f1 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -18,29 +18,25 @@ #define HRMR(k1,k2,k3) &ht RGUI k1 &ht RCTRL k2 &ht LALT k3 #define HRMLS(k1,k2,k3,k4) &ht LSHIFT k1 &ht LALT k2 &ht LCTRL k3 &ht LGUI k4 #define HRMRS(k1,k2,k3,k4) &ht RGUI k1 &ht RCTRL k2 &ht LALT k3 &ht RSHIFT k4 -#define SHIFT &hl LSHIFT SETTINGS +#define SHIFT &hl LSHIFT BASE / { 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>; }; }; |
