~ruther/qmk_firmware

ref: a5e33b1c28cb774a038b1c0e4fed0da9f757def1 qmk_firmware/users/drashna/rgb/rgb_stuff.h -rw-r--r-- 626 bytes
a5e33b1c — Nebuleon Allow the user to select one tone for the additive DAC (#21591) 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2020 Christopher Courtney, aka Drashna Jael're  (@drashna) <drashna@live.com>
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once
#include "quantum.h"

bool          process_record_user_rgb_light(uint16_t keycode, keyrecord_t *record);
void          keyboard_post_init_rgb_light(void);
void          matrix_scan_rgb_light(void);
layer_state_t layer_state_set_rgb_light(layer_state_t state);
layer_state_t default_layer_state_set_rgb_light(layer_state_t state);
void          rgblight_sethsv_default_helper(uint8_t index);

const char* rgblight_name(uint8_t effect);
bool is_rgblight_startup_running(void);
Do not follow this link