Skip to content

Commit

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

#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 {
compatible = "zmk,input-configs";
Expand Down Expand Up @@ -111,7 +108,7 @@
//╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
&trans &kp W &kp F &kp P &trans &trans &kp L &kp U &kp Y &trans
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
&kp A HRML(R, S, T) &kp G &kp M MRMR(N, E, I) &kp O
&kp A &kp R &kp S &kp T &kp G &kp M &kp N &kp E &kp 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 +129,7 @@
//│ │ │ # │ . │ │ │ │ { │ [ │ ~ │ │
&sk LALT &trans &kp LS(N3) &kp DOT &trans &trans &kp RA(N7) &kp RA(N8) &tilde &trans
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
&skq LSHIFT &trans &sl 2 &trans
&skq LSHIFT &skq LGUI &sl 2 &skq LCTRL
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};
Expand Down

0 comments on commit adfa59f

Please sign in to comment.