diff options
| author | ottjk <joshott16@gmail.com> | 2024-01-26 17:39:41 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-01-26 17:39:41 -0500 |
| commit | 0d116a4c6b87f784de02f5f7ea4469f8e7b61aa6 (patch) | |
| tree | c1b4af1d5b62006fbb74f246a53ff0de92c98595 | |
| parent | 44d9b0d3e96457a9877f0f30704f8651edf77317 (diff) | |
| download | zmk-config-0d116a4c6b87f784de02f5f7ea4469f8e7b61aa6.tar.gz zmk-config-0d116a4c6b87f784de02f5f7ea4469f8e7b61aa6.zip | |
removed numbers for testing
| -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 2e29690..b423c22 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 30 31 32 33 34 35 36 37>; + hold-trigger-key-positions = <5 6 7 8 9 15 16 17 18 19 25 26 27 28 29 30 31 32 33 34 35 36>; }; 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 30 31 32 33 34 35 36 37>; + hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 30 31 32 33 34 35 36>; }; skq: sticky_key_quick_release { compatible = "zmk,behavior-sticky-key"; |