diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-26 21:43:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 21:43:43 -0400 |
commit | 4e5a819f3a6ad0f5d438763fb75a7288ef31afd2 (patch) | |
tree | 0796a1712cf6649c56d00b8e608875dfebd3c373 /app/dts/bindings | |
parent | 5b862655b4357b36a8848cc84722bce17bd0b573 (diff) | |
parent | dc8c7011b15b1c0703fe788b42f18adce90907ee (diff) |
Merge pull request #64 from Nicell/feature/rgb_underglow
Initial RGB Underglow implementation
Diffstat (limited to 'app/dts/bindings')
-rw-r--r-- | app/dts/bindings/behaviors/zmk,behavior-rgb-underglow.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/dts/bindings/behaviors/zmk,behavior-rgb-underglow.yaml b/app/dts/bindings/behaviors/zmk,behavior-rgb-underglow.yaml new file mode 100644 index 0000000..6b6d5b0 --- /dev/null +++ b/app/dts/bindings/behaviors/zmk,behavior-rgb-underglow.yaml @@ -0,0 +1,8 @@ +# Copyright (c) 2020, Nick Winans +# SPDX-License-Identifier: MIT + +description: RGB Underglow Action + +compatible: "zmk,behavior-rgb-underglow" + +include: one_param.yaml
\ No newline at end of file |