mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 01:17:07 +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
|