Skip to content

Commit

Permalink
Further mouse cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Feb 24, 2025
1 parent 30b850c commit 1b1fe5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
#include <behaviors/num_word.dtsi> // requires auto-layer module (https://github.com/urob/zmk-auto-layer)
#include <dt-bindings/zmk/mouse.h>

// Layer defines

Expand Down Expand Up @@ -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
= <&macro_tap &to DEF>,
<&macro_press &lc NAV>,
<&macro_pause_for_release>,
<&macro_release &lc NAV>;
};

};

conditional_layers {
Expand Down
1 change: 1 addition & 0 deletions config/mouse.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#define ZMK_POINTING_DEFAULT_MOVE_VAL 1500 // 600
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // 10

#include <dt-bindings/zmk/mouse.h>
#include <dt-bindings/zmk/pointing.h>
#include <input/processors.dtsi>

Expand Down

0 comments on commit 1b1fe5a

Please sign in to comment.