forked from kofal.net/zmk
Initial RGB Underglow implementation
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user