diff options
Diffstat (limited to 'keyboards/duck/tcv3/indicator_leds.h')
-rw-r--r-- | keyboards/duck/tcv3/indicator_leds.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/duck/tcv3/indicator_leds.h b/keyboards/duck/tcv3/indicator_leds.h new file mode 100644 index 000000000..ad3ec54f5 --- /dev/null +++ b/keyboards/duck/tcv3/indicator_leds.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #include "duck_led/duck_led.h" | ||
2 | |||
3 | void indicator_leds_set(bool leds[8]); | ||
4 | void backlight_toggle_rgb(bool enabled); | ||
5 | void backlight_set_rgb(uint8_t cfg[17][3]); | ||
6 | void backlight_init_ports(void); | ||
7 | void send_color(uint8_t r, uint8_t g, uint8_t b, enum Device device); | ||