diff options
| author | ottjk <joshott16@gmail.com> | 2024-01-27 01:18:10 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-01-27 01:18:10 -0500 |
| commit | f580cd7a21217edc3c582431e2d83658630f9e36 (patch) | |
| tree | afb81bd8a33ae9ac2b0be3ffa8c96e0b0b9a879f /config | |
| parent | e768b497424357c03b2fcdcbbdec419b7cbc85d2 (diff) | |
| download | zmk-config-f580cd7a21217edc3c582431e2d83658630f9e36.tar.gz zmk-config-f580cd7a21217edc3c582431e2d83658630f9e36.zip | |
removed duplicate node
Diffstat (limited to 'config')
| -rw-r--r-- | config/cradio.keymap | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index b7b0446..9dd4089 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -54,17 +54,6 @@ hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 26 30 31 32 33>; }; - rht: right_hold_tap { - compatible = "zmk,behavior-hold-tap"; - #binding-cells = <2>; - flavor = "balanced"; - tapping-term-ms = <200>; - quick-tap-ms = <200>; - require-prior-idle-ms = <100>; - bindings = <&kp>, <&kp>; - hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 26 30 31 32 33>; - }; - skq: sticky_key_quick_release { compatible = "zmk,behavior-sticky-key"; #binding-cells = <1>; |