~ruther/qmk_firmware

ref: c8ceda461afb9d6aab33309a06c94fceabfcbc72 qmk_firmware/keyboards/duck/jetfire/indicator_leds.h -rw-r--r-- 400 bytes
c8ceda46 — Joel Challis Remove RGBLIGHT_SPLIT in rules.mk (#23599) 1 year, 19 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <stdint.h>
#include <stdbool.h>
#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[RGBLIGHT_LED_COUNT][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