diff options
Diffstat (limited to 'config/cradio.keymap')
| -rw-r--r-- | config/cradio.keymap | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 2bdda0a..b60f889 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -23,7 +23,7 @@ quick-tap-ms = <200>; require-prior-idle-ms = <100>; bindings = <&kp>, <&kp>; - hold-trigger-key-positions = <5 6 7 8 9 15 16 17 18 19 25 26 27 28 29>; + hold-trigger-key-positions = <5 6 7 8 9 15 16 17 18 19 25 26 27 28 29 30 31 32 33>; }; rht: right_hold_tap { compatible = "zmk,behavior-hold-tap"; @@ -33,7 +33,7 @@ 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>; + hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 30 31 32 33>; }; skq: sticky_key_quick_release { compatible = "zmk,behavior-sticky-key"; @@ -105,9 +105,9 @@ &kp ESC HRML(LBRC, LPAR, RPAR) &none &none &kp LARW &kp DARW &kp UARW &kp RARW //├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ //│ │ │ │ } │ │ │ │ HOME │ END │ │ │ - &none &none &none &kp RBRC &none &none &kp HOME &kp END &trans &none + &none &none &none &kp RBRC &none &none &kp HOME &kp END &trans &trans //╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯ - &trans &trans &trans &kp ENTER + &to 0 &trans &trans &kp ENTER // ╰──────────┴──────────╯ ╰──────────┴──────────╯ >; }; @@ -122,7 +122,7 @@ &kp GRAVE &kp EXCL &kp QMARK &kp COLON &kp AMPS &none &none &none &none &none //├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ //│ │ \ │ ; │ " │ | │ │ │ │ │ │ │ - &none &kp BSLH &kp SEMI &kp DQT &kp PIPE &none &none &none &to 0 &none + &none &kp BSLH &kp SEMI &kp DQT &kp PIPE &none &none &none &to 0 &trans //╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯ &trans &trans &trans &trans // ╰──────────┴──────────╯ ╰──────────┴──────────╯ |