removed host_os, changed section makro
This commit is contained in:
parent
8fc4a2b17e
commit
2af5d2e295
1 changed files with 1 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue