diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /keyboards/duck/jetfire/indicator_leds.h |
Diffstat (limited to 'keyboards/duck/jetfire/indicator_leds.h')
-rw-r--r-- | keyboards/duck/jetfire/indicator_leds.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/duck/jetfire/indicator_leds.h b/keyboards/duck/jetfire/indicator_leds.h new file mode 100644 index 000000000..695e1db6d --- /dev/null +++ b/keyboards/duck/jetfire/indicator_leds.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include "duck_led/duck_led.h" | ||
4 | |||
5 | void backlight_init_ports(void); | ||
6 | void backlight_set_state(bool cfg[7]); | ||
7 | void backlight_update_state(void); | ||
8 | void backlight_toggle_rgb(bool enabled); | ||
9 | void backlight_set_rgb(uint8_t cfg[17][3]); | ||
10 | void backlight_set(uint8_t level); | ||
11 | void send_color(uint8_t r, uint8_t g, uint8_t b, enum Device device); | ||