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

Commit

Permalink
fix ESC
Browse files Browse the repository at this point in the history
  • Loading branch information
fooker committed Feb 8, 2024
1 parent e96a4b1 commit 3c30bc3
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions config/mnhttn.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,41 @@
#define ADJ 4

&mt {
quick-tap-ms = <200>;
quick-tap-ms = <100>;
global-quick-tap;
flavor = "balanced";
tapping-term-ms = <150>;
require-prior-idle-ms = <125>;
// flavor = "tab-preferred";
// flavor = "hold-preferred";
tapping-term-ms = <170>;
};

&lt {
quick-tap-ms = <100>;
global-quick-tap;
flavor = "balanced";
// flavor = "tab-preferred";
// flavor = "hold-preferred";
tapping-term-ms = <170>;
};

/ {
combos {
compatible = "zmk,combos";
combo_esc {
timeout-ms = <100>;
key-positions = <0>;
bindings = <&kp ESC>;
};
behaviors {
ht: hold_tap {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "tab-preferred";
tapping-term-ms = <200>;
quick-tap-ms = <100>;
bindings = <&kp>, <&kp>;
};
};

keymap {
compatible = "zmk,keymap";
base_layer {
label= "BASE";
bindings = <
&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
&ht ESC 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 3c30bc3

Please sign in to comment.