From 1c7b24fa15add79a162fe2c1f053f79fec8a7802 Mon Sep 17 00:00:00 2001 From: "keymap-editor[bot]" <91849743+keymap-editor[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:10:15 +0000 Subject: [PATCH] Updated eyelash_sofle.keymap --- config/eyelash_sofle.keymap | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/config/eyelash_sofle.keymap b/config/eyelash_sofle.keymap index 13eb4e6..b457d81 100644 --- a/config/eyelash_sofle.keymap +++ b/config/eyelash_sofle.keymap @@ -1,12 +1,14 @@ +#include +#include #include #include #include -#include #include +#include +#include +#include #include -#include - /* &mmv_input_listener { @@ -22,7 +24,6 @@ #define ZMK_MOUSE_DEFAULT_MOVE_VAL 1200 // 600 #define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10 - / { behaviors { mmv { @@ -86,5 +87,15 @@ sensor-bindings = <&scroll_encoder>; }; + + layer_3 { + bindings = < +&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans +&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans +&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans +&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans +&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans + >; + }; }; -}; \ No newline at end of file +};