~ruther/qmk_firmware

ref: f0c94530831805c7309eb833cdf31e3f0d9d99e1 qmk_firmware/users/xulkal/custom_rgb.h -rw-r--r-- 330 bytes
f0c94530 — Nebuleon audio: Don't play the first note of zero-note melodies (#21661) 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#if defined(RGB_MATRIX_ENABLE)
#    include "rgb_matrix.h"
#elif defined(RGBLIGHT_ENABLE)
#    if !defined(__AVR__)
#        define PROGMEM
#    endif
#    include "rgblight.h"
#endif

#ifdef RGB_MATRIX_ENABLE
void rgb_matrix_increase_flags(void);
void rgb_matrix_decrease_flags(void);
#endif

void rgb_reset(void);
Do not follow this link