Skip to content

Commit

Permalink
Putting H back on the inner middle key and moving F to a vertical combo.
Browse files Browse the repository at this point in the history
  • Loading branch information
amacleod committed Nov 27, 2024
1 parent 224e939 commit 8c22591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ keymap {
factorio_layer {
// ,-----------------------------. ,-----------------------------.
// | T | Q | W | E | R | | Y | U | I | O | P |
// |Shift| A | S | D | F | | H | J | K | L | ; |
// |Shift| A | S | D | H | | H | J | K | L | ; |
// | Ctrl| Z | X | C | V | | N | M | , | . | / |
// `-----------------| OVL |Space| | Spc |QWRTY|-----------------'
bindings = <
&kp T &kp Q &kp W &kp E &kp R &qkp Y &qkp U &qkp I &qkp O &qkp P
&kp LSHIFT &kp A &kp S &kp D &kp F &qkp H &qkp J &qkp K &qkp L &qkp SEMI
&kp LSHIFT &kp A &kp S &kp D &kp H &qkp H &qkp J &qkp K &qkp L &qkp SEMI
&kp LCTRL &kp Z &kp X &kp C &kp V &qkp N &qkp M &qkp COMMA &qkp DOT &qkp FSLH
&mo OVERLAY &kp SPACE &qkp SPACE &to QWERTY
>;
Expand Down
4 changes: 2 additions & 2 deletions config/glam-factorio-combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@
bindings = <&kp Y>;
layers = <FACTORY>;
};
// Vertical combo ring finger low for H: flip horizontally.
// Vertical combo ring finger low for F: pick up stuff.
combo_ring_flip_horiz {
timeout-ms = <50>;
key-positions = <LM3 LB3>;
bindings = <&kp H>;
bindings = <&kp F>;
layers = <FACTORY>;
};
// Vertical combo middle finger low for N.
Expand Down

0 comments on commit 8c22591

Please sign in to comment.