Skip to content

Commit

Permalink
remove lt_qk
Browse files Browse the repository at this point in the history
  • Loading branch information
mike1808 committed Jun 26, 2023
1 parent a316264 commit 0a04684
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions config/hillside_view.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
#define ADJ 3


#define QUICK_TAP_MS 175


&sk {
release-after-ms = <600>;
quick-release;
Expand All @@ -50,15 +47,6 @@
};

behaviors {
lt_qk: layer_toggle_quick {
compatible = "zmk,behavior-hold-tap";
label = "LAYER_TOGGLE_QUICK";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <150>;
quick-tap-ms = <QUICK_TAP_MS>;
bindings = <&mo>, <&kp>;
};
mt_sk: mod_tap_sticky {
compatible = "zmk,behavior-hold-tap";
label = "MOD_TAP_STICKY";
Expand Down Expand Up @@ -92,7 +80,7 @@
&sk LSHFT &mt_sk LCTRL Z &mt_sk LALT X &kp C &kp V &kp B &kp N &kp M &kp COMMA &mt_sk RALT DOT &mt_sk RCTRL FSLH &sk RSHFT
&kp C_MUTE &kp C_PP
// ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ╰─────────────╯ ╰─────────────╯ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┴────────────╯
&kp LGUI &kp SPACE &lt_qk SYM BKSP &sk LSHIFT &sk RSHIFT &lt_qk NUM DEL &kp RET &kp RGUI
&kp LGUI &kp SPACE &lt SYM BKSP &sk LSHIFT &sk RSHIFT &lt NUM DEL &kp RET &kp RGUI
// ╰─────────────┴─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────┴─────────────╯
>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_VOL_UP C_VOL_DN>;
Expand Down

0 comments on commit 0a04684

Please sign in to comment.