Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
tapping-term and fix Q
Browse files Browse the repository at this point in the history
  • Loading branch information
fooker committed Dec 26, 2023
1 parent da8fe29 commit e96a4b1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config/mnhttn.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
quick-tap-ms = <200>;
global-quick-tap;
flavor = "balanced";
tapping-term-ms = <120>;
tapping-term-ms = <150>;
require-prior-idle-ms = <125>;
};

/ {
combos {
compatible = "zmk,combos";
combo_esc {
timeout-ms = <100>;
key-positions = <0 1>;
key-positions = <0>;
bindings = <&kp ESC>;
};
};
Expand All @@ -33,9 +34,9 @@
base_layer {
label= "BASE";
bindings = <
&kp Q &kp W &kp E &kp R &kp T &kp Z &kp U &kp I &kp O &kp P
&mt LALT A &mt LCTRL S &mt LGUI D &mt LSHFT F &kp G &kp H &mt RSHFT J &mt RGUI K &mt RCTRL L &mt RALT DE_COLON
&kp Y &kp X &kp C &kp V &kp B &kp N &kp M &kp DE_COMMA &kp DE_DOT &kp DE_MINUS
&kp DE_Q &kp DE_W &kp DE_E &kp DE_R &kp DE_T &kp DE_Z &kp DE_U &kp DE_I &kp DE_O &kp DE_P
&mt LALT DE_A &mt LCTRL DE_S &mt LGUI DE_D &mt LSHFT DE_F &kp DE_G &kp DE_H &mt RSHFT DE_J &mt RGUI DE_K &mt RCTRL DE_L &mt RALT DE_COLON
&kp DE_Y &kp DE_X &kp DE_C &kp DE_V &kp DE_B &kp DE_N &kp DE_M &kp DE_COMMA &kp DE_DOT &kp DE_MINUS
&trans &lt SYM SPACE &lt NUM BSPC &lt NAV TAB &mt LSHFT RET &trans
>;
};
Expand Down

0 comments on commit e96a4b1

Please sign in to comment.