Lots of cleanup of old events/behavior mash.

This commit is contained in:
Pete Johanson
2020-06-30 15:21:42 -04:00
parent 96ec16da92
commit 57e061ac91
8 changed files with 16 additions and 146 deletions

View File

@@ -2,5 +2,4 @@
#include <behaviors/transparent.dtsi>
#include <behaviors/mod_tap.dtsi>
#include <behaviors/momentary_layer.dtsi>
#include <behaviors/reset.dtsi>
#include <behaviors/hid.dtsi>
#include <behaviors/reset.dtsi>

View File

@@ -1,9 +0,0 @@
/ {
behaviors {
hid_behavior: behavior_hid {
compatible = "zmk,behavior-hid", "zmk,behavior-global";
label = "HID";
#binding-cells = <0>;
};
};
};