mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-01-18 02:52:29 +00:00
chore: move macros
This commit is contained in:
parent
851a258bcc
commit
6184249213
1 changed files with 16 additions and 13 deletions
|
@ -27,6 +27,20 @@
|
|||
release-after-ms = <2000>;
|
||||
};
|
||||
|
||||
/ {
|
||||
macros {
|
||||
bts: bts {
|
||||
compatible = "zmk,behavior-macro-one-param";
|
||||
#binding-cells = <1>;
|
||||
bindings
|
||||
= <&out OUT_BLE>
|
||||
, <¯o_param_1to2>
|
||||
, <&bt BT_SEL MACRO_PLACEHOLDER>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
/ {
|
||||
behaviors {
|
||||
ht: hold_tap {
|
||||
|
@ -48,17 +62,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
macros {
|
||||
bts: bts {
|
||||
compatible = "zmk,behavior-macro-one-param";
|
||||
#binding-cells = <1>;
|
||||
bindings =
|
||||
<&out OUT_BLE>
|
||||
, <¯o_param_1to2>
|
||||
, <&bt BT_SEL MACRO_PLACEHOLDER>;
|
||||
};
|
||||
};
|
||||
|
||||
combos {
|
||||
compatible = "zmk,combos";
|
||||
combo_clear {
|
||||
|
@ -190,10 +193,10 @@
|
|||
//│ ~ │ & │ * │ + │ │ │ │ = │ \ │ | │ ` │
|
||||
&kp TILDE &kp AMPS &kp STAR &kp PLUS &none &none &kp EQUAL &kp BSLH &kp PIPE &kp GRAVE
|
||||
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
|
||||
//│ │ $ │ % │ ^ │ - │ │ : │ ( │ { │ [ │ │
|
||||
//│ │ $ │ % │ ^ │ - │ │ : │ │ │ │ │
|
||||
&none &kp DLLR &kp PRCNT &kp CARET &kp MINUS &kp COLON &kp LPAR &kp LBRC &kp LBKT &none
|
||||
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
|
||||
//│ │ ! │ @ │ # │ _ │ │ ; │ ) │ } │ ] │ │
|
||||
//│ │ ! │ @ │ # │ _ │ │ ; │ │ │ │ │
|
||||
&none &kp EXCL &kp AT &kp HASH &kp UNDER &kp SEMI &kp RPAR &kp RBRC &kp RBKT &none
|
||||
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
|
||||
&mo WNAV &kp ESC &trans &trans
|
||||
|
|
Loading…
Reference in a new issue