Skip to content

Commit

Permalink
home row mods (GASC)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevZero committed Mar 8, 2024
1 parent 22a6ec3 commit 43c09a8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
#include <dt-bindings/zmk/ext_power.h>
#include <dt-bindings/zmk/keys.h>

&mt {
tapping-term-ms = <200>;
flavor = "tap-preferred";
};

&lt {
tapping-term-ms = <200>;
flavor = "hold-preferred";
};

#define DEFAULT 0-base
#define LOWER 1-numbers
#define RAISE 2-symbols
Expand Down Expand Up @@ -36,7 +46,7 @@
display-name = "Base";
bindings = <
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp MINUS
&kp LCTRL &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LCTRL &mt LGUI A &mt LALT S &mt LSHIFT D &mt LCTL F &kp G &kp H &mt RCTL J &mt RSHIFT K &mt RALT L &mt RGUI SEMI &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp ESC
&kp LGUI &mo 1 &kp SPACE &kp RET &mo 2 &kp BACKSPACE
>;
Expand Down

0 comments on commit 43c09a8

Please sign in to comment.