~ruther/qmk_firmware

ref: 33d7fa1180d232dcdb024c68a8f4629dced32afb qmk_firmware/keyboards/duck/jetfire/indicator_leds.h -rw-r--r-- 351 bytes
33d7fa11 — James Young Inland MK47 Community Layout Support (#21998) 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "duck_led/duck_led.h"

void backlight_init_ports(void);
void backlight_set_state(bool cfg[7]);
void backlight_update_state(void);
void backlight_toggle_rgb(bool enabled);
void backlight_set_rgb(uint8_t cfg[RGBLED_NUM][3]);
void backlight_set(uint8_t level);
void send_color(uint8_t r, uint8_t g, uint8_t b, enum Device device);
Do not follow this link