Skip to content

Commit

Permalink
feat: add combo on - and = to print +; remove -/+ tap dance
Browse files Browse the repository at this point in the history
  • Loading branch information
strash committed Dec 12, 2024
1 parent 7c6f896 commit 65aa187
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
key-positions = <12 17>;
bindings = <&caps_word>;
};
combo_symbol_plus {
layers = <3>
slow-release;
key-positions = <22 23>;
bindings = <&kp PLUS>;
};
};

macros {
Expand Down Expand Up @@ -80,11 +86,6 @@
#binding-cells = <0>;
bindings = <&kp CARET>, <&kp BSLH>;
};
tdmnpl: tap_dance_minus_plus {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
bindings = <&kp KP_MINUS>, <&kp PLUS>;
};
tdtdgr: tap_dance_tilde_grave {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
Expand Down Expand Up @@ -158,21 +159,22 @@

sym_layer {
bindings = <
//╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
//│ │ │ │ │ │ │^ \ │ │ │ │ │ tap dance
//│! │@ │# │$ │% │ │ │& │| │* │? │
//╭──────────┬──────────┬────────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
//│ │ │ │ │ │ │^ \ │ │ │ │ │ tap dance
//│! │@ │# │$ │% │ │ │& │| │* │? │
&kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &tdcbs &kp AMPS &kp PIPE &kp STAR &kp QMARK
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│1 │2 │3 │4 │5 │ │6 │7 │8 │9 │0 │
//├──────────┼──────────┼────────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│1 │2 │3 │4 │5 │ │6 │7 │8 │9 │0 │
&kp KP_N1 &kp KP_N2 &kp KP_N3 &kp KP_N4 &kp KP_N5 &kp KP_N6 &kp KP_N7 &kp KP_N8 &kp KP_N9 &kp KP_N0
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ │ │- + │ │~ ` │ │ │ │ │ │ │ tap dance
//│{ │} │ │= │ │ │/ │[ │] │( │) │
&kp LBRC &kp RBRC &tdmnpl &kp EQUAL &tdtdgr &kp SLASH &kp LBKT &kp RBKT &kp LPAR &kp RPAR
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
// │_ │MEDIA │ │ │ │
&kp UNDER &tog 4 &none &none
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
//├──────────┼──────────┼────────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ │ │ + │ │ │ │ │ │ │ │ combo
//│ │ │ │ │~ ` │ │ │ │ │ │ │ tap dance
//│{ │} │- │= │ │ │/ │[ │] │( │) │
&kp LBRC &kp RBRC &kp KP_MINUS &kp EQUAL &tdtdgr &kp SLASH &kp LBKT &kp RBKT &kp LPAR &kp RPAR
//╰──────────┴──────────┴────────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
// │_ │MEDIA │ │ │ │
&kp UNDER &tog 4 &none &none
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};

Expand Down

0 comments on commit 65aa187

Please sign in to comment.