mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
Fix for build
This commit is contained in:
parent
24aed54671
commit
14251f3b90
@ -102,9 +102,6 @@
|
|||||||
ledc-timer = <0>;
|
ledc-timer = <0>;
|
||||||
ledc-channel = <3>;
|
ledc-channel = <3>;
|
||||||
inverted;
|
inverted;
|
||||||
// Default is red, and we want to reset it to off by default
|
|
||||||
default-color = <0 0 0>;
|
|
||||||
enabled;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
rgb_led_pwm {
|
rgb_led_pwm {
|
||||||
@ -112,5 +109,8 @@
|
|||||||
pwm-red = <&rgb_led_channel_red>;
|
pwm-red = <&rgb_led_channel_red>;
|
||||||
pwm-green = <&rgb_led_channel_green>;
|
pwm-green = <&rgb_led_channel_green>;
|
||||||
pwm-blue = <&rgb_led_channel_blue>;
|
pwm-blue = <&rgb_led_channel_blue>;
|
||||||
|
// Default is red, and we want to reset it to off by default
|
||||||
|
default-color = <0 0 0>;
|
||||||
|
enabled;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user