summaryrefslogtreecommitdiff
path: root/keyboards/duck/tcv3/indicator_leds.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2020-06-02 21:59:13 -0700
committerGitHub <noreply@github.com>2020-06-02 21:59:13 -0700
commitbe73820f7bc4f03e3d095b694f31092187583ac7 (patch)
tree00169335671348f97b4126a4c8165620e8c88ca5 /keyboards/duck/tcv3/indicator_leds.h
parent81a2113cbd820151c1529bebd0bc71629d2de66e (diff)
[Keyboard] New Keyboard: Duck TC-V3 (#8265)
Co-Authored-By: Ryan <fauxpark@gmail.com> Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/duck/tcv3/indicator_leds.h')
-rw-r--r--keyboards/duck/tcv3/indicator_leds.h7
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 0000000000..ad3ec54f52
--- /dev/null
+++ b/keyboards/duck/tcv3/indicator_leds.h
@@ -0,0 +1,7 @@
+#include "duck_led/duck_led.h"
+
+void indicator_leds_set(bool leds[8]);
+void backlight_toggle_rgb(bool enabled);
+void backlight_set_rgb(uint8_t cfg[17][3]);
+void backlight_init_ports(void);
+void send_color(uint8_t r, uint8_t g, uint8_t b, enum Device device);