mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
6 lines
83 B
C
6 lines
83 B
C
#ifndef SPLIT_RGB_H
|
|
#define SPLIT_RGB_H
|
|
|
|
void rgblight_slave_update(void);
|
|
|
|
#endif
|