Skip to content

Commit

Permalink
Removed further mouse codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Oct 28, 2024
1 parent abbb548 commit f64a921
Showing 1 changed file with 11 additions and 20 deletions.
31 changes: 11 additions & 20 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <behaviors/num_word.dtsi> // reqquires auto-layer module (https://github.com/urob/zmk-auto-layer)
#include <behaviors.dtsi>
#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)

#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 Down Expand Up @@ -42,19 +42,19 @@
require-prior-idle-ms = <200>;
};

toggle_mod_taps {
key-positions = <14 15>;
bindings = <&tog NMT>;
require-prior-idle-ms = <200>;
};

sticky_sym_layer_for_one_handed_typing {
key-positions = <32 33>;
bindings = <&sl SYM>;
layers = <DEF>;
require-prior-idle-ms = <200>;
};

toggle_mod_taps {
key-positions = <14 15>;
bindings = <&tog NMT>;
require-prior-idle-ms = <200>;
};

toggle_nav_layer_for_extended_edits_or_mouse_usage {
key-positions = <24 30>;
bindings = <&tog NAV>;
Expand Down Expand Up @@ -259,10 +259,10 @@

NUM {
bindings = <
&kp TAB &kp N7 &kp N8 &kp N9 &kp COLON &none &none &none &none &none
&kp N0 &kp N4 &kp N5 &kp N6 &sl SYM &none &none &none &none &none
&kp COMMA &kp N1 &kp N2 &kp N3 &kp DOT &none &none &none &none &none
&mt NAV K_CANCEL &kp RET &none &mt SYM K_CANCEL
&kp TAB &kp N7 &kp N8 &kp N9 &kp COLON &none &none &none &none &none
&kp N0 &kp N4 &kp N5 &kp N6 &sl SYM &none &none &none &none &none
&kp COMMA &kp N1 &kp N2 &kp N3 &kp DOT &none &none &none &none &none
&trans &kp RET &none &trans
>;
};

Expand Down Expand Up @@ -293,15 +293,6 @@
>;
};

// 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 MOU &mt LSHFT SPACE &mkp MB1 &mkp MB2
// >;
// };

AOE {
bindings = <
&kp Q &kp W &kp E &kp R &kp T &trans &trans &trans &trans &trans
Expand Down

0 comments on commit f64a921

Please sign in to comment.