Skip to content

Commit

Permalink
Update corne.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
ONOVAR authored Apr 12, 2024
1 parent a5c0ffd commit 33500d2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -252,15 +252,11 @@
flavor = "balanced";
};

global_hold_tap: behavior-hold-tap {
compatible = "zmk,behavior-hold-tap";
label = "HOLD_TAP";
#binding-cells = <2>; /* key, layer */
tapping-term-ms = <100>; // Set global tapping term
};
};


&mt {
tapping-term-ms = <100>;
};
keymap {
compatible = "zmk,keymap";

Expand All @@ -273,7 +269,6 @@

display-name = "Base";
bindings = <
&global_hold_tap LAYER_2 SPACE // Example usage
&mt LEFT_WIN TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp HOME
&kp LCTRL &lt 3 A &lt 2 S &kp D &kp F &lt 2 G &kp H &hmr LEFT_SHIFT J &hmr LCTRL K &hmr LEFT_ALT L &hmr LEFT_WIN SEMICOLON &kp SINGLE_QUOTE
&kp LSHFT &mt LEFT_WIN Z &mt F1 X &kp C &mt LEFT_ALT V &mt HOME B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp ENTER
Expand Down

0 comments on commit 33500d2

Please sign in to comment.