Skip to content

Commit

Permalink
fix(sweep): retry separate shift space
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Apr 1, 2024
1 parent f3da815 commit fc79d89
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
//│ Z │ X │ C │ V │ B │ │ K │ M │ ,< │ .> │ /? │
&kp Z &kp X &kp C &kp V &lt LNAV B &trans &trans &trans &trans &trans
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
&gamespc &kp LSHFT &trans &lt2 NUM 0
&mmspc &kp LSHFT &trans &lt2 NUM 0
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
// esc gets thumb cuz vim & as safe key to verify layer 0
>;
Expand Down Expand Up @@ -475,12 +475,6 @@
bindings = <&kp APOS>;
layers = <0>;
};
combo_right {
timeout-ms = CSLOW;
key-positions = <33 18>; // right outer thumb + O key
bindings = <&kp RIGHT>;
layers = <0>;
};
combo_hyphen {
timeout-ms = CSLOW;
key-positions = <33 27>; // right outer thumb + O key
Expand Down

0 comments on commit fc79d89

Please sign in to comment.