mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +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
|