Skip to content

Commit

Permalink
Fixed Mod layer reference
Browse files Browse the repository at this point in the history
100ms for homerow mod
  • Loading branch information
keymap-editor[bot] committed Aug 27, 2024
1 parent bc4b592 commit c155ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MODS";
#binding-cells = <2>;
tapping-term-ms = <200>;
tapping-term-ms = <100>;
quick_tap_ms = <175>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
Expand All @@ -38,7 +38,7 @@

default_layer {
bindings = <
&kp EQUAL &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &tog 3 &mo 4 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS
&kp EQUAL &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &tog 3 &mo 3 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS
&kp TAB &kp Q &kp W &kp E &kp R &kp T &none &none &kp Y &kp U &kp I &kp O &kp P &kp BSLH
&hm LEFT_CONTROL ESC &kp A &kp S &kp D &kp F &kp G &none &kp LEFT_COMMAND &kp LALT &kp RIGHT_CONTROL &kp RIGHT_COMMAND &none &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp HOME &kp PG_UP &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT
Expand Down

0 comments on commit c155ec1

Please sign in to comment.