Skip to content

Commit

Permalink
Changed &num_word combo and disabled MOU
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Dec 2, 2024
1 parent 9fcb20a commit 14ef288
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#define HYPER LG(LS(LC(LALT)))

// Mouse file and settings from urob's repo (https://github.com/urob/zmk-config) that also use urob's ZMK fork on west.yml
#include "mouse.dtsi"
#define MOU 6
// #include "mouse.dtsi"
// #define MOU 6

&sk {
quick-release; // Avoids "THis" problem (double capitalization)
Expand Down Expand Up @@ -61,11 +61,11 @@
require-prior-idle-ms = <200>;
};

toggle_mouse_emulation_layer {
bindings = <&tog MOU>;
key-positions = <6 7 8>;
require-prior-idle-ms = <200>;
};
// toggle_mouse_emulation_layer {
// bindings = <&tog MOU>;
// key-positions = <6 7 8>;
// require-prior-idle-ms = <200>;
// };

toggle_nav_for_extended_edits {
key-positions = <30 31>;
Expand All @@ -82,7 +82,7 @@
};

toggle_num_word {
key-positions = <12 30>;
key-positions = <21 22 23>;
bindings = <&num_word NUM>; // requires auto-layer module (https://github.com/urob/zmk-auto-layer)
layers = <DEF NMT NUM>;
};
Expand Down Expand Up @@ -296,13 +296,13 @@
>;
};

MOU {
bindings = <
&kp TAB &swapper &kp LS(LC(TAB)) &kp LC(TAB) &kp LG(RBKT) &msc SCRL_UP &msc SCRL_LEFT &mmv MOVE_UP &msc SCRL_RIGHT &kp BSPC
&kp LCTRL &kp LALT &kp LSHFT &kp LGUI &kp LG(LBKT) &msc SCRL_DOWN &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &kp ENTER
&hrml GLOBE LG(Z) &kp LG(X) &kp LG(C) &kp LG(V) &kp F18 &kp LC(UP) &mkp MB4 &mkp MCLK &mkp MB4 &kp DEL
&tog MOU &kp RSHFT &mkp LCLK &mkp RCLK
>;
};
// MOU {
// bindings = <
// &kp TAB &swapper &kp LS(LC(TAB)) &kp LC(TAB) &kp LG(RBKT) &msc SCRL_UP &msc SCRL_LEFT &mmv MOVE_UP &msc SCRL_RIGHT &kp BSPC
// &kp LCTRL &kp LALT &kp LSHFT &kp LGUI &kp LG(LBKT) &msc SCRL_DOWN &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &kp ENTER
// &hrml GLOBE LG(Z) &kp LG(X) &kp LG(C) &kp LG(V) &kp F18 &kp LC(UP) &mkp MB4 &mkp MCLK &mkp MB4 &kp DEL
// &tog MOU &kp RSHFT &mkp LCLK &mkp RCLK
// >;
// };
};
};

0 comments on commit 14ef288

Please sign in to comment.