diff options
author | Nick <nick.win999@gmail.com> | 2020-07-24 22:37:00 -0500 |
---|---|---|
committer | Nick <nick.win999@gmail.com> | 2020-07-24 22:37:00 -0500 |
commit | ca569c814393b4ab90aedc5227523f9ce64dd581 (patch) | |
tree | bd4b02443c90f38e9973d8118f743a3b967c9e60 /app/dts/behaviors.dtsi | |
parent | bb09707bd2627b29c150d85244f6f6295b6f0175 (diff) |
Initial RGB Underglow implementation
Diffstat (limited to 'app/dts/behaviors.dtsi')
-rw-r--r-- | app/dts/behaviors.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/dts/behaviors.dtsi b/app/dts/behaviors.dtsi index 3978479..04e42b6 100644 --- a/app/dts/behaviors.dtsi +++ b/app/dts/behaviors.dtsi @@ -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>
\ No newline at end of file +#include <behaviors/sensor_rotate_key_press.dtsi> +#include <behaviors/rgb_underglow.dtsi>
\ No newline at end of file |