This commit is contained in:
parent
f241defe4a
commit
1583c9f9cc
1 changed files with 15 additions and 15 deletions
|
@ -19,105 +19,105 @@
|
|||
sym_sec: sym_sec {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp S &kp O>;
|
||||
bindings = <&kp SLCK &kp S &kp O>;
|
||||
label = "sym_sec";
|
||||
};
|
||||
|
||||
de_ue: de_ue {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp U &kp DQT>;
|
||||
bindings = <&kp SLCK &kp U &kp DQT>;
|
||||
label = "DE_UE";
|
||||
};
|
||||
|
||||
de_ae: de_ae {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp A &kp DQT>;
|
||||
bindings = <&kp SLCK &kp A &kp DQT>;
|
||||
label = "DE_AE";
|
||||
};
|
||||
|
||||
de_oe: de_oe {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp O &kp DQT>;
|
||||
bindings = <&kp SLCK &kp O &kp DQT>;
|
||||
label = "DE_OE";
|
||||
};
|
||||
|
||||
de_ss: de_ss {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp S &kp S>;
|
||||
bindings = <&kp SLCK &kp S &kp S>;
|
||||
label = "DE_SS";
|
||||
};
|
||||
|
||||
sym_eur: sym_eur {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp C &kp EQUAL>;
|
||||
bindings = <&kp SLCK &kp C &kp EQUAL>;
|
||||
label = "SYM_EUR";
|
||||
};
|
||||
|
||||
sym_ss1: sym_ss1 {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp CARET &kp KP_NUMBER_1>;
|
||||
bindings = <&kp SLCK &kp CARET &kp KP_NUMBER_1>;
|
||||
label = "SYM_SS1";
|
||||
};
|
||||
|
||||
sym_ss2: sym_ss2 {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp CARET &kp KP_NUMBER_2>;
|
||||
bindings = <&kp SLCK &kp CARET &kp KP_NUMBER_2>;
|
||||
label = "SYM_SS2";
|
||||
};
|
||||
|
||||
sym_ss3: sym_ss3 {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp CARET &kp KP_NUMBER_3>;
|
||||
bindings = <&kp SLCK &kp CARET &kp KP_NUMBER_3>;
|
||||
label = "SYM_SS3";
|
||||
};
|
||||
|
||||
sym_tm: sym_tm {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp T &kp M>;
|
||||
bindings = <&kp SLCK &kp T &kp M>;
|
||||
label = "SYM_TM";
|
||||
};
|
||||
|
||||
sym_reg: sym_reg {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp O &kp R>;
|
||||
bindings = <&kp SLCK &kp O &kp R>;
|
||||
label = "SYM_REG";
|
||||
};
|
||||
|
||||
sym_copy: sym_copy {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp O &kp C>;
|
||||
bindings = <&kp SLCK &kp O &kp C>;
|
||||
label = "SYM_COPY";
|
||||
};
|
||||
|
||||
sym_deg: sym_deg {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp O &kp O>;
|
||||
bindings = <&kp SLCK &kp O &kp O>;
|
||||
label = "SYM_DEG";
|
||||
};
|
||||
|
||||
sym_mu: sym_mu {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp M &kp U>;
|
||||
bindings = <&kp SLCK &kp M &kp U>;
|
||||
label = "SYM_MU";
|
||||
};
|
||||
|
||||
sym_acute: sym_acute {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp SQT &kp SQT>;
|
||||
bindings = <&kp SLCK &kp SQT &kp SQT>;
|
||||
label = "SYM_ACUTE";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue