Initial RGB Underglow implementation
This commit is contained in:
parent
bb09707bd2
commit
ca569c8143
8 changed files with 355 additions and 41 deletions
|
|
@ -3,4 +3,5 @@
|
|||
#include <behaviors/mod_tap.dtsi>
|
||||
#include <behaviors/momentary_layer.dtsi>
|
||||
#include <behaviors/reset.dtsi>
|
||||
#include <behaviors/sensor_rotate_key_press.dtsi>
|
||||
#include <behaviors/sensor_rotate_key_press.dtsi>
|
||||
#include <behaviors/rgb_underglow.dtsi>
|
||||
9
app/dts/behaviors/rgb_underglow.dtsi
Normal file
9
app/dts/behaviors/rgb_underglow.dtsi
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/ {
|
||||
behaviors {
|
||||
rgb_ug: behavior_rgb_underglow {
|
||||
compatible = "zmk,behavior-rgb-underglow";
|
||||
label = "RGB_UNDERGLOW_ACTION";
|
||||
#binding-cells = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue