Skip to content

Commit

Permalink
ensure shift keys on gaming layout works correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
yamahito committed Aug 26, 2023
1 parent 6070f98 commit fbe87d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/kyria.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
label = "HOLD_TAP_CAPS_WORD";
#binding-cells = <2>;
flavor = "hold-preferred";
tapping-term-ms = <100>;
tapping-term-ms = <200>;
quick-tap-ms = <0>;
bindings = <&kp>, <&caps_word>;
};
Expand Down Expand Up @@ -69,7 +69,7 @@
bindings = <
&trans &kp N1 &kp Q &kp J &kp E &trans &trans &kp HOME &trans &kp PG_UP &kp C_VOL_UP &kp C_NEXT
&trans &kp N2 &kp A &kp W &kp D &trans &trans &kp LEFT &kp UP &kp RIGHT &kp K_MUTE &kp C_PP
&trans &kp N3 &kp Z &kp S &kp X &trans &trans &trans &trans &trans &trans &kp END &kp DOWN &kp PG_DN &kp C_VOL_DN &kp C_PREV
&kp LSHFT &kp N3 &kp Z &kp S &kp X &trans &trans &trans &trans &trans &trans &kp END &kp DOWN &kp PG_DN &kp C_VOL_DN &kp C_PREV
&trans &trans &trans &kp SPACE &kp RET &kp RET &kp SPACE &trans &trans &trans
>;
};
Expand Down

0 comments on commit fbe87d3

Please sign in to comment.