mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
4 lines
168 B
C
4 lines
168 B
C
|
void rgbsps_set(uint8_t index, uint8_t r, uint8_t g, uint8_t b);
|
||
|
void rgbsps_setall(uint8_t r, uint8_t g, uint8_t b);
|
||
|
void rgbsps_turnoff(void);
|
||
|
void rgbsps_send(void);
|