~ruther/qmk_firmware

ref: a0a6820c1b46d04bc146e0723fd47265e6afe67f qmk_firmware/users/xulkal/custom_rgb.h -rw-r--r-- 330 bytes
a0a6820c — Joel Challis Migrate some dip switch config to info.json (#22437) 1 year, 5 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