Skip to content

Commit

Permalink
feat: timeless hrms
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Jun 5, 2024
1 parent 8ef091a commit dd851af
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions config/totem.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,34 @@
global-quick-tap;
bindings = <&kp>, <&kp>;
};

hml: hml {
compatible = "zmk,behavior-hold-tap";
label = "HML";
bindings = <&kp>, <&kp>;

#binding-cells = <2>;
tapping-term-ms = <280>;
quick-tap-ms = <175>;
require-prior-idle-ms = <150>;
flavor = "balanced";
hold-trigger-on-release;
hold-trigger-key-positions = <20 0 1 2 3 4 10 11 12 13 14 25 24 23 22 21 32 33 34 35 36 37>;
};

hmr: hmr {
compatible = "zmk,behavior-hold-tap";
label = "HMR";
bindings = <&kp>, <&kp>;

#binding-cells = <2>;
tapping-term-ms = <280>;
quick-tap-ms = <175>;
require-prior-idle-ms = <150>;
flavor = "balanced";
hold-trigger-on-release;
hold-trigger-key-positions = <32 33 34 35 36 37 15 5 26 27 16 7 6 17 28 8 18 29 9 19 30 31>;
};
};

combos {
Expand All @@ -72,10 +100,10 @@
Base {
label = "Base";
bindings = <
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&hm LSHFT A &hm LALT S &hm LGUI D &hm LCTRL F &kp G &kp H &hm RCTRL J &hm RGUI K &hm RALT L &hm RSHFT SQT
&none &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp SLASH &none
&lt 2 ESC &lt 2 SPACE &none &none &lt 1 SPACE &lt 1 BACKSPACE
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&hml LSHFT A &hml LALT S &hml LGUI D &hml LCTRL F &kp G &kp H &hmr RCTRL J &hmr RGUI K &hmr RALT L &hmr RSHFT SQT
&none &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp SLASH &none
&lt 2 ESC &lt 2 SPACE &none &none &lt 1 SPACE &lt 1 BACKSPACE
>;
};

Expand Down

0 comments on commit dd851af

Please sign in to comment.