mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-22 02:19:05 +00: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
|