removed host_os, changed section makro

This commit is contained in:
kB01 2023-10-25 22:38:22 +02:00
parent 8fc4a2b17e
commit 2af5d2e295

View file

@ -5,9 +5,6 @@
*/ */
#include <behaviors.dtsi> #include <behaviors.dtsi>
#define HOST_OS 0 // default is 0 (Windows with wincompose); 1 (linux); 2 (Windows limited, macOS)
#include <dt-bindings/zmk/bt.h> #include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h> #include <dt-bindings/zmk/keys.h>
@ -33,7 +30,7 @@
sym_section: sym_section { sym_section: sym_section {
compatible = "zmk,behavior-macro"; compatible = "zmk,behavior-macro";
#binding-cells = <0>; #binding-cells = <0>;
bindings = <&kp RALT &kp S &kp E &kp C>; bindings = <&kp RALT &kp S &kp O>;
label = "SYM_SECTION"; label = "SYM_SECTION";
}; };
de_ue: de_ue { de_ue: de_ue {