mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 08:56:47 +06:00
7 lines
83 B
C
7 lines
83 B
C
#ifndef SPLIT_RGB_H
|
|
#define SPLIT_RGB_H
|
|
|
|
void rgblight_slave_update(void);
|
|
|
|
#endif
|