diff options
Diffstat (limited to 'config/cradio.keymap')
| -rw-r--r-- | config/cradio.keymap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 37bbb23..2bdda0a 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -15,7 +15,7 @@ / { behaviors { - lht: hold_tap { + lht: left_hold_tap { compatible = "zmk,behavior-hold-tap"; #binding-cells = <2>; flavor = "balanced"; @@ -25,7 +25,7 @@ bindings = <&kp>, <&kp>; hold-trigger-key-positions = <5 6 7 8 9 15 16 17 18 19 25 26 27 28 29>; }; - rht: hold_tap { + rht: right_hold_tap { compatible = "zmk,behavior-hold-tap"; #binding-cells = <2>; flavor = "balanced"; |