summaryrefslogtreecommitdiff
path: root/app/dts
diff options
context:
space:
mode:
authorKemoNine <mcrosson@kemonine.info>2020-12-15 06:00:52 +0000
committerPete Johanson <peter@peterjohanson.com>2021-01-08 16:08:13 -0500
commit99f932a47d4705c7ddde83256fada9aa7aa3bda6 (patch)
tree1fd1e7637d418c3b54dce38023651aa48d301e98 /app/dts
parent167600f01d0000539bf1f963dbcee0d9b15600cc (diff)
(feat) Allow setting underglow color by key press
Diffstat (limited to 'app/dts')
-rw-r--r--app/dts/behaviors/rgb_underglow.dtsi2
-rw-r--r--app/dts/bindings/behaviors/zmk,behavior-rgb-underglow.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/dts/behaviors/rgb_underglow.dtsi b/app/dts/behaviors/rgb_underglow.dtsi
index 22aff93..8b88f8c 100644
--- a/app/dts/behaviors/rgb_underglow.dtsi
+++ b/app/dts/behaviors/rgb_underglow.dtsi
@@ -9,7 +9,7 @@
rgb_ug: behavior_rgb_underglow {
compatible = "zmk,behavior-rgb-underglow";
label = "RGB_UNDERGLOW";
- #binding-cells = <1>;
+ #binding-cells = <2>;
};
};
};
diff --git a/app/dts/bindings/behaviors/zmk,behavior-rgb-underglow.yaml b/app/dts/bindings/behaviors/zmk,behavior-rgb-underglow.yaml
index 2cb74b9..d301998 100644
--- a/app/dts/bindings/behaviors/zmk,behavior-rgb-underglow.yaml
+++ b/app/dts/bindings/behaviors/zmk,behavior-rgb-underglow.yaml
@@ -5,4 +5,4 @@ description: RGB Underglow Action
compatible: "zmk,behavior-rgb-underglow"
-include: one_param.yaml
+include: two_param.yaml