From 58e8d7723712a695342af295eefa6c613490121c Mon Sep 17 00:00:00 2001 From: crispspruce Date: Mon, 15 Sep 2025 00:44:17 -0400 Subject: [PATCH] Added overwatch layer --- config/sofle.keymap | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/config/sofle.keymap b/config/sofle.keymap index 1d36876..22efb39 100644 --- a/config/sofle.keymap +++ b/config/sofle.keymap @@ -15,6 +15,7 @@ #define LOWER 2 #define RAISE 3 #define ADJUST 4 +#define OVERWATCH 5 / { @@ -103,7 +104,7 @@ // | | UNDO | CUT | COPY | PASTE | | | | | | | | | | | // | | | | | | | | | | | | bindings = < -&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &trans &trans &trans &trans &trans +&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &tog OVERWATCH &trans &trans &trans &trans &trans &trans &kp INS &kp PSCRN &kp K_CMENU &trans &trans &kp PG_UP &trans &kp UP &trans &pass &trans &trans &kp LALT &kp LCTRL &kp LSHFT &trans &kp CLCK &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp BSPC &kp DEL &trans &kp K_UNDO &kp K_CUT &kp K_COPY &kp K_PASTE &trans &trans &trans &trans &trans &trans &trans &trans &trans @@ -130,5 +131,23 @@ >; }; + overwatch { + // ------------------------------------------------------------------------------------------------------------ + // | | | | | | | | | | | | | | + // | | | | | | | | | | | | | | + // | | | | | | | | | | | | | | + // | | | | | | | | | | | | | | | | + // | | | | | | | | | | | | + display-name = "overwatch"; + bindings = < + &kp ESC &kp GRAVE &kp C_PLAY_PAUSE &trans &kp LGUI &tog OVERWATCH &trans &trans &trans &trans &trans &kp C_MUTE + &kp TAB &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans + &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans + &kp LSHFT &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans + &trans &kp SPACE &kp SPACE &kp B &kp ENTER &trans &trans &trans &trans &trans + + >; + //sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_VOL_UP C_VOL_DN>; + }; }; };