Skip to content

Commit

Permalink
Remove settings layer
Browse files Browse the repository at this point in the history
  • Loading branch information
SofusA committed Oct 31, 2024
1 parent 1b0174d commit 267c5ad
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions config/boards/shields/sweeple/sweeple.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#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

/ {
input_configs {
compatible = "zmk,input-configs";
Expand Down Expand Up @@ -112,7 +115,7 @@
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
&kp Z &kp V &kp C &kp D &trans &trans &kp H &kp K &kp B &kp J
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
&lt 5 SPACE &lt 6 ESC &htl 3 1 &kp BSPC
&lt 4 SPACE &lt 5 ESC &htl 3 1 &kp BSPC
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};
Expand Down Expand Up @@ -144,7 +147,7 @@
&kp EQUAL &trans &kp BSLH &kp LS(COMMA) &trans &kp LPAR &kp LS(FSLH) &trans &kp RA(NUBS) &trans
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ │ │ │ , │ │ │ │ } │ ] │ ^ │ │
&sl 4 &kp Z &trans &kp COMMA &trans &trans &kp RA(N0) &kp RA(N9) &hat &trans
&trans &kp Z &trans &kp COMMA &trans &trans &kp RA(N0) &kp RA(N9) &hat &trans
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
&trans &trans &trans &trans
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
Expand All @@ -167,23 +170,6 @@
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};

settings_layer {
bindings = <
//╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
//│ │ │ │ │ │ │ │ │ │ │ │
&trans &bootloader &trans &trans &trans &trans &trans &trans &trans &bootloader
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ │ │ │ │PROFILE 1 │ │ │ │ │ │ │
&trans &trans &trans &trans &bt BT_SEL 1 &trans &trans &trans &trans &trans
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ │ │ │ │ │ │ │ │ │ │ │
&trans &trans &trans &bt BT_CLR &trans &trans &trans &trans &trans &trans
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
&trans &to 0 &trans &trans
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};

mouse_layer {
bindings = <
Expand Down

0 comments on commit 267c5ad

Please sign in to comment.