7 lines
83 B
C
7 lines
83 B
C
#ifndef SPLIT_RGB_H
|
|
#define SPLIT_RGB_H
|
|
|
|
void rgblight_slave_update(void);
|
|
|
|
#endif
|