Skip to content

Commit

Permalink
add command key to left home row
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzschatz committed Sep 16, 2024
1 parent 8fc52df commit 2789dc4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
#define RA_K RALT K
#define LCMD_ENT LCMD ENTER
#define RCMD_ENT RCMD ENTER
#define CMD_L LCMD L
#define CMD_L RCMD L
#define CMD_S LCMD S
#define LC_SEM LCTRL SEMICOLON
#define RC_SEM RCTRL SEMICOLON
#define LC_A LCTRL A
#define CMD_S LG(S) S
// #define CMD_S LG(S) S
#define CMD_X LG(X) X
#define CMD_C LG(C) C
#define CMD_V LG(V) V
Expand Down Expand Up @@ -151,7 +152,7 @@
bindings = <
&kp ESC &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &mo 4 &mo 4 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BACKSPACE
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp CMD_S_5 &kp VOL_U &kp Y &kp U &kp I &kp O &kp P &kp BSLH
&sl 1 &hm LC_A &kp S &kp D &kp F &kp G &kp CMD_S_4 &skq LSHFT &kp RALT &none &kp RA_S &kp VOL_D &kp H &kp J &kp K &hm CMD_L &hm RC_SEM &sl 1
&sl 1 &hm LC_A &hm CMD_S &kp D &kp F &kp G &kp CMD_S_4 &skq LSHFT &kp RALT &none &kp RA_S &kp VOL_D &kp H &kp J &kp K &hm CMD_L &hm RC_SEM &sl 1
&kp LSHFT &kp Z &kp X &hm CMD_C &kp V &kp B &kp END &kp PG_UP &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT
&kp LCMD &kp GRAVE &kp CAPS &kp LEFT &kp RIGHT &mt HYP_ENT &kp BSPC &kp DEL &kp PG_DN &mt RCMD_ENT &lt 2 SPACE &kp DOWN &kp UP &kp LBKT &kp RBKT &kp F14
>;
Expand Down

0 comments on commit 2789dc4

Please sign in to comment.