From 1b1fe5a4b73eeab933fe037401273ef26ae6e335 Mon Sep 17 00:00:00 2001 From: ldebritto Date: Mon, 24 Feb 2025 13:39:50 -0300 Subject: [PATCH] Further mouse cleanup --- config/cradio.keymap | 11 ----------- config/mouse.dtsi | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 669912b..0d452b8 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -2,7 +2,6 @@ #include #include #include // requires auto-layer module (https://github.com/urob/zmk-auto-layer) -#include // Layer defines @@ -303,16 +302,6 @@ <&mo MACRO_PLACEHOLDER>; }; - mnav: from_layer_to_nav_through_def { // Disables any toggled layer and goes to NAV on hold - compatible = "zmk,behavior-macro"; - #binding-cells = <0>; - bindings - = <¯o_tap &to DEF>, - <¯o_press &lc NAV>, - <¯o_pause_for_release>, - <¯o_release &lc NAV>; - }; - }; conditional_layers { diff --git a/config/mouse.dtsi b/config/mouse.dtsi index e5ccdf9..e6fc627 100644 --- a/config/mouse.dtsi +++ b/config/mouse.dtsi @@ -4,6 +4,7 @@ #define ZMK_POINTING_DEFAULT_MOVE_VAL 1500 // 600 #define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // 10 +#include #include #include