1
0
Fork 0

[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>
This commit is contained in:
MechMerlin 2020-06-02 21:59:13 -07:00 committed by GitHub
parent 81a2113cbd
commit be73820f7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 797 additions and 1 deletions

View file

@ -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);