Skip to content

Commit

Permalink
Commented out MOU
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Oct 27, 2024
1 parent 2405103 commit 09e680a
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/mouse.h>

#define DEF 0
#define NMT 1 // No-mod-taps for if I regret setting mod-taps and can't access my code or can't update my firmware on the keyboard
Expand All @@ -13,7 +12,6 @@
#define AOE 6 // AOE 2 layers with easier access for default shortcuts on main layer
#define AGS 7
#define ABS 8
#define HYPER LG(LC(LA(LSHFT)))

&sk {
quick-release; // Avoids "THis" problem (double capitalization)
Expand Down Expand Up @@ -69,8 +67,6 @@
layers = <0 2>;
};

require-prior-idle-ms = <200>;

toggle_caps_word {
key-positions = <12 17>;
bindings = <&caps_word>;
Expand Down Expand Up @@ -304,14 +300,14 @@
>;
};

MOU {
bindings = <
&kp ESC &kp TAB &kp LC(LS(TAB)) &kp LC(TAB) &kp RBKT &msc SCROLL_UP &msc SCROLL_LEFT &mmv MOVE_UP &msc SCROLL_RIGHT &kp BSPC
&kp LCTRL &kp LALT &kp LSHFT &kp LGUI &kp LBKT &msc SCROLL_DOWN &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &kp RET
&kp LG(Z) &kp LG(X) &kp LG(C) &kp LG(V) &kp GLOBE &kp F18 &mkp MB3 &mkp MB4 &mkp MB5 &kp DEL
&tog 6 &mt LSHFT SPACE &mkp MB1 &mkp MB2
>;
};
// MOU {
// bindings = <
// &kp ESC &kp TAB &kp LC(LS(TAB)) &kp LC(TAB) &kp RBKT &msc SCROLL_UP &msc SCROLL_LEFT &mmv MOVE_UP &msc SCROLL_RIGHT &kp BSPC
// &kp LCTRL &kp LALT &kp LSHFT &kp LGUI &kp LBKT &msc SCROLL_DOWN &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &kp RET
// &kp LG(Z) &kp LG(X) &kp LG(C) &kp LG(V) &kp GLOBE &kp F18 &mkp MB3 &mkp MB4 &mkp MB5 &kp DEL
// &tog 6 &mt LSHFT SPACE &mkp MB1 &mkp MB2
// >;
// };

AOE {
bindings = <
Expand Down

0 comments on commit 09e680a

Please sign in to comment.