Skip to content

Commit

Permalink
Home row mods
Browse files Browse the repository at this point in the history
  • Loading branch information
SofusA committed Oct 31, 2024
1 parent 267c5ad commit cdc5960
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/boards/shields/sweeple/sweeple.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/mouse.h>

#define HRML(k1,k2,k3,k4) &ht LSHFT k1 &ht LALT k2 &ht LCTRL k3 &ht LGUI k4
#define HRMR(k1,k2,k3,k4) &ht RGUI k1 &ht RCTRL k2 &ht RALT k3 &ht RSHFT k4
#define HRML(k1,k2,k3) &htl LSHFT k1 &htl LGUI k2 &htl LCTRL k3
#define HRMR(k1,k2,k3) &htl RCTRL k1 &htl RGUI k2 &htl RSHFT k3

/ {
input_configs {
Expand Down Expand Up @@ -111,7 +111,7 @@
//╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
&trans &kp W &kp F &kp P &trans &trans &kp L &kp U &kp Y &trans
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
&kp A &kp R &kp S &kp T &kp G &kp M &kp N &kp E &kp I &kp O
&kp A HRML(R, S, T) &kp G &kp M MRMR(N, E, I) &kp O
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
&kp Z &kp V &kp C &kp D &trans &trans &kp H &kp K &kp B &kp J
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
Expand All @@ -132,7 +132,7 @@
//│ │ │ # │ . │ │ │ │ { │ [ │ ~ │ │
&sk LALT &trans &kp LS(N3) &kp DOT &trans &trans &kp RA(N7) &kp RA(N8) &tilde &trans
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
&skq LSHIFT &skq LGUI &sl 2 &skq LCTRL
&skq LSHIFT &trans &sl 2 &trans
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};
Expand Down

0 comments on commit cdc5960

Please sign in to comment.