summaryrefslogtreecommitdiff
path: root/app/dts/behaviors
diff options
context:
space:
mode:
Diffstat (limited to 'app/dts/behaviors')
-rw-r--r--app/dts/behaviors/endpoints.dtsi9
-rw-r--r--app/dts/behaviors/outputs.dtsi9
2 files changed, 9 insertions, 9 deletions
diff --git a/app/dts/behaviors/endpoints.dtsi b/app/dts/behaviors/endpoints.dtsi
deleted file mode 100644
index f6cb64c..0000000
--- a/app/dts/behaviors/endpoints.dtsi
+++ /dev/null
@@ -1,9 +0,0 @@
-/ {
- behaviors {
- end: behavior_endpoints {
- compatible = "zmk,behavior-endpoints";
- label = "ENDPOINTS";
- #binding-cells = <1>;
- };
- };
-};
diff --git a/app/dts/behaviors/outputs.dtsi b/app/dts/behaviors/outputs.dtsi
new file mode 100644
index 0000000..a534cbf
--- /dev/null
+++ b/app/dts/behaviors/outputs.dtsi
@@ -0,0 +1,9 @@
+/ {
+ behaviors {
+ out: behavior_outputs {
+ compatible = "zmk,behavior-outputs";
+ label = "OUTPUTS";
+ #binding-cells = <1>;
+ };
+ };
+};