Skip to content

Commit

Permalink
added no hand binds
Browse files Browse the repository at this point in the history
  • Loading branch information
Moerliy committed Aug 30, 2024
1 parent 467310c commit 3abca82
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#define NUMB 2
#define MOD 3
#define SETTINGS 4
#define ONE_HANDER 5
// -----------------

&sk {
Expand Down Expand Up @@ -56,6 +57,20 @@
combo_settings {
timeout-ms = <200>;
key-positions = <30 31>;
bindings = <&mo ONE_HANDER>;
};

// both right thumb keys
combo_settings {
timeout-ms = <200>;
key-positions = <15 16>;
bindings = <&mo ONE_HANDER>;
};

// both left and right thumb keys
combo_settings {
timeout-ms = <200>;
key-positions = <15 16 30 31>;
bindings = <&mo SETTINGS>;
};
};
Expand Down Expand Up @@ -117,5 +132,16 @@
&none &none &none &none
>;
};

// Used for one hand use.
settings_layer {
label = "O.H.";
bindings = <
&none &kp K_COPY &none &none &none &none &none &kp UP &none &none
&none &sk LCTRL &sk LALT &sk LGUI &none &none &kp LEFT &kp DOWN &kp RIGHT &none
&none &kp K_PAST &none &none &none &none &none &none &none &none
&none &none &none &none
>;
};
};
};

0 comments on commit 3abca82

Please sign in to comment.