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>
|
||||
|
||||
#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/keys.h>
|
||||
|
||||
|
@ -33,7 +30,7 @@
|
|||
sym_section: sym_section {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp RALT &kp S &kp E &kp C>;
|
||||
bindings = <&kp RALT &kp S &kp O>;
|
||||
label = "SYM_SECTION";
|
||||
};
|
||||
de_ue: de_ue {
|
||||
|
|
Loading…
Add table
Reference in a new issue